Merge "Tweak linux_glibc properties for musl builds in frameworks/base" am: ee415b6dd4 am: 0465454af5 am: 8927c1f94e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2019598

Change-Id: I33e43c2b80acf35e7f9790d82c98d38bf2134697
This commit is contained in:
Colin Cross 2022-03-15 05:02:57 +00:00 committed by Automerger Merge Worker
commit 24e387ae49
3 changed files with 3 additions and 3 deletions

View File

@ -361,7 +361,7 @@ cc_library_shared {
"libwuffs_mirror_release_c",
],
},
linux_glibc: {
host_linux: {
srcs: [
"android_content_res_ApkAssets.cpp",
"android_database_CursorWindow.cpp",

View File

@ -118,7 +118,7 @@ cc_library {
"libz",
],
},
linux_glibc: {
host_linux: {
srcs: [
"CursorWindow.cpp",
],

View File

@ -32,7 +32,7 @@ cc_binary_host {
"libui-types",
],
target: {
linux_glibc: {
host_linux: {
static_libs: [
// libbinder is only available for linux
"libbinder",