summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2021-08-25 19:28:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-08-25 19:28:36 +0000
commit18e980bac2e454c86dc37f6d021edf53d73307a5 (patch)
tree323b0d201e5089f33e8e111b79b3415ce41cb068
parenta719829bb88db74c4acc0292ffc71c0d3df0f8f7 (diff)
parent6c8e9f4b940f7e790d41ce87acbee1dd8596421d (diff)
downloadlibhardware_legacy-android-s-beta-5.tar.gz
Merge "Remove ndk_platform backend. Use the ndk backend."android-s-beta-5android-s-beta-5
-rw-r--r--Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index c91ac35..74b9060 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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,
}