Merge "Remove ndk_platform backend. Use the ndk backend." am: 18e980bac2
am: 27b19b918b
am: ef90be2d62
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1789270 Change-Id: I7cd02e886e2c6af101a1ddcba7d567ffab2710d5
This commit is contained in:
commit
a39725ccb6
1 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@ cc_library {
|
|||
defaults: ["libpower_defaults"],
|
||||
srcs: ["power.cpp"],
|
||||
export_include_dirs: ["include"],
|
||||
shared_libs: ["android.system.suspend-V1-ndk_platform"],
|
||||
shared_libs: ["android.system.suspend-V1-ndk"],
|
||||
vendor_available: true,
|
||||
vndk: {
|
||||
enabled: true,
|
||||
|
@ -54,7 +54,7 @@ cc_test {
|
|||
static_libs: ["libpower"],
|
||||
shared_libs: [
|
||||
"android.system.suspend.control.internal-cpp",
|
||||
"android.system.suspend-V1-ndk_platform",
|
||||
"android.system.suspend-V1-ndk",
|
||||
],
|
||||
test_suites: ["device-tests"],
|
||||
require_root: true,
|
||||
|
@ -69,7 +69,7 @@ cc_library_shared {
|
|||
},
|
||||
|
||||
shared_libs: [
|
||||
"android.system.suspend-V1-ndk_platform",
|
||||
"android.system.suspend-V1-ndk",
|
||||
"libdl",
|
||||
],
|
||||
|
||||
|
@ -98,7 +98,7 @@ cc_test {
|
|||
srcs: ["block_suspend.cpp"],
|
||||
static_libs: ["libpower"],
|
||||
shared_libs: [
|
||||
"android.system.suspend-V1-ndk_platform",
|
||||
"android.system.suspend-V1-ndk",
|
||||
],
|
||||
gtest: false,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue