diff options
author | 2022-03-15 04:39:49 +0000 | |
---|---|---|
committer | 2022-03-15 04:39:49 +0000 | |
commit | 8927c1f94ebea2a603487bbac71dcfeb6db32e35 (patch) | |
tree | 6d9f6aeb2e8914e6a63ce14814f80bc1bc41081c | |
parent | ab6b6abfcd09f99afd1183e67fd639b327e591fb (diff) | |
parent | 0465454af50373e62b7d7a11cfd1fbe50ca0bc80 (diff) |
Merge "Tweak linux_glibc properties for musl builds in frameworks/base" am: ee415b6dd4 am: 0465454af5
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2019598
Change-Id: Id281761e429d0876969bd0150fc9ca0356a7dcd6
-rw-r--r-- | core/jni/Android.bp | 2 | ||||
-rw-r--r-- | libs/androidfw/Android.bp | 2 | ||||
-rw-r--r-- | tools/validatekeymaps/Android.bp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/jni/Android.bp b/core/jni/Android.bp index 96e4d186ab7e..51939b2a139a 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp @@ -342,7 +342,7 @@ cc_library_shared { "libhostgraphics", ], }, - linux_glibc: { + host_linux: { srcs: [ "android_content_res_ApkAssets.cpp", "android_database_CursorWindow.cpp", diff --git a/libs/androidfw/Android.bp b/libs/androidfw/Android.bp index 63b831de5da1..c80fb188e70f 100644 --- a/libs/androidfw/Android.bp +++ b/libs/androidfw/Android.bp @@ -118,7 +118,7 @@ cc_library { "libz", ], }, - linux_glibc: { + host_linux: { srcs: [ "CursorWindow.cpp", ], diff --git a/tools/validatekeymaps/Android.bp b/tools/validatekeymaps/Android.bp index 0423b7abd685..ff24d160b917 100644 --- a/tools/validatekeymaps/Android.bp +++ b/tools/validatekeymaps/Android.bp @@ -32,7 +32,7 @@ cc_binary_host { "libui-types", ], target: { - linux_glibc: { + host_linux: { static_libs: [ // libbinder is only available for linux "libbinder", |