summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-07-27 12:20:07 +0900
committerJiyong Park <jiyong@google.com>2021-07-27 12:20:07 +0900
commit2be40b6e43ef257c58dac2cd156e65c2673f7250 (patch)
tree36f819928436e1936beddface02858f0ff2249b3
parenta8e3a630a2665e0bfca1e74e4c8ff1da93ffd281 (diff)
downloadplatform_system_memory_libmemtrack-2be40b6e43ef257c58dac2cd156e65c2673f7250.tar.gz
platform_system_memory_libmemtrack-2be40b6e43ef257c58dac2cd156e65c2673f7250.tar.bz2
platform_system_memory_libmemtrack-2be40b6e43ef257c58dac2cd156e65c2673f7250.zip
Remove ndk_platform backend. Use the ndk backend.HEADandroid-s-beta-5masterandroid-s-beta-5
The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same 'ndk' backend. Bug: 161456198 Test: m Change-Id: I4498856a47896024698c53b3fc84e53959d639b8
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4a90312..9412b4b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,7 +22,7 @@ cc_library_shared {
"libhidlbase",
"libutils",
"android.hardware.memtrack@1.0",
- "android.hardware.memtrack-V1-ndk_platform",
+ "android.hardware.memtrack-V1-ndk",
],
cflags: [
"-Wall",