diff options
| author | Jiyong Park <jiyong@google.com> | 2021-07-27 12:20:07 +0900 |
|---|---|---|
| committer | Jiyong Park <jiyong@google.com> | 2021-07-27 12:20:07 +0900 |
| commit | 2be40b6e43ef257c58dac2cd156e65c2673f7250 (patch) | |
| tree | 36f819928436e1936beddface02858f0ff2249b3 | |
| parent | a8e3a630a2665e0bfca1e74e4c8ff1da93ffd281 (diff) | |
| download | platform_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.bp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
