diff options
author | Jiyong Park <jiyong@google.com> | 2021-07-28 12:39:05 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-07-28 12:39:05 +0000 |
commit | 48131c0acef8c91fbf01ed29d0f0024934d68650 (patch) | |
tree | 1cae21314bec16ab518be857bcdeb1dc3f9996c3 /rebootescrow | |
parent | 11636eb500d0fc4d1767a274df5b786c2909ea67 (diff) | |
parent | 4ef9aa49dcea7e0d432c500766a87bf2f45402ad (diff) |
Merge "Remove ndk_platform backend. Use the ndk backend." am: 2346a4c6b9 am: 4ef9aa49dc
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1778908
Change-Id: Ib35b7b0ddc0bebd0714d290b1ac2fab8d5a1893e
Diffstat (limited to 'rebootescrow')
-rw-r--r-- | rebootescrow/aidl/default/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebootescrow/aidl/default/Android.bp b/rebootescrow/aidl/default/Android.bp index 1f67a3e47a..4409314475 100644 --- a/rebootescrow/aidl/default/Android.bp +++ b/rebootescrow/aidl/default/Android.bp @@ -29,7 +29,7 @@ cc_library_static { shared_libs: [ "libbase", "libbinder_ndk", - "android.hardware.rebootescrow-V1-ndk_platform", + "android.hardware.rebootescrow-V1-ndk", ], export_include_dirs: ["include"], srcs: [ @@ -56,7 +56,7 @@ cc_binary { shared_libs: [ "libbase", "libbinder_ndk", - "android.hardware.rebootescrow-V1-ndk_platform", + "android.hardware.rebootescrow-V1-ndk", ], static_libs: [ "libhadamardutils", |