diff options
| author | 2022-07-26 15:27:02 +0000 | |
|---|---|---|
| committer | 2022-07-26 15:27:02 +0000 | |
| commit | a576fe427ce196ae112ecefc70dd58d2360fb6c3 (patch) | |
| tree | 2a3d37c68947dadeea51b86c3c0b8c631aae134f | |
| parent | a90eff342e704dc3e4a30a756a721cae1c9e2b1c (diff) | |
| parent | 2e5aa67262753696abff5a689fa9ec865032e3cf (diff) | |
Merge "Point directly to generated c sysprop_library" into stage-aosp-master
| -rw-r--r-- | services/core/jni/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/jni/Android.bp b/services/core/jni/Android.bp index 0d49f5fffb4b..301fca722adc 100644 --- a/services/core/jni/Android.bp +++ b/services/core/jni/Android.bp @@ -119,7 +119,7 @@ cc_defaults { "libutils", "libui", "libvibratorservice", - "PlatformProperties", + "libPlatformProperties", "libinput", "libinputflinger", "libinputflinger_base", |