diff options
| author | 2021-02-18 10:56:30 +0000 | |
|---|---|---|
| committer | 2021-02-18 10:56:30 +0000 | |
| commit | e06165a2519d6cab1311166ca1f5eed90827af05 (patch) | |
| tree | bf0cbcbe4bf50238f09703c52e6a33ad77605386 | |
| parent | b333f43dec36382fbfe242f02d269f35810a683e (diff) | |
| parent | f921b92c8f9f6e68981c4290d44ee2c8cfb69c35 (diff) | |
Merge "Specify version for aidl_interface explicitly"
| -rw-r--r-- | core/jni/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/jni/Android.bp b/core/jni/Android.bp index 877349227406..7f9544cfe16f 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp @@ -223,7 +223,7 @@ cc_library_shared { ], shared_libs: [ - "android.hardware.memtrack-unstable-ndk_platform", + "android.hardware.memtrack-V1-ndk_platform", "libandroidicu", "libbpf_android", "libnetdbpf", |