Merge "Tweak linux_glibc properties for musl builds in frameworks/base"

This commit is contained in:
Colin Cross
2022-03-15 03:43:11 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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