Merge "bpfmt native/android/Android.bp" am: b33f9df49c am: f91d043cfc
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1684528 Change-Id: I5657c340dc381858e5f2edddc6ee8c515e01b4b5
This commit is contained in:
@@ -62,7 +62,7 @@ cc_library_shared {
|
|||||||
"surface_texture.cpp",
|
"surface_texture.cpp",
|
||||||
"system_fonts.cpp",
|
"system_fonts.cpp",
|
||||||
"trace.cpp",
|
"trace.cpp",
|
||||||
"thermal.cpp"
|
"thermal.cpp",
|
||||||
],
|
],
|
||||||
|
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
@@ -96,7 +96,7 @@ cc_library_shared {
|
|||||||
"libarect",
|
"libarect",
|
||||||
],
|
],
|
||||||
|
|
||||||
header_libs: [ "libhwui_internal_headers",],
|
header_libs: ["libhwui_internal_headers"],
|
||||||
|
|
||||||
whole_static_libs: ["libnativewindow"],
|
whole_static_libs: ["libnativewindow"],
|
||||||
|
|
||||||
@@ -130,7 +130,6 @@ llndk_library {
|
|||||||
unversioned: true,
|
unversioned: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Aidl library for platform compat.
|
// Aidl library for platform compat.
|
||||||
cc_library_shared {
|
cc_library_shared {
|
||||||
name: "lib-platform-compat-native-api",
|
name: "lib-platform-compat-native-api",
|
||||||
|
|||||||
Reference in New Issue
Block a user