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 /tests | |
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 'tests')
-rw-r--r-- | tests/msgq/1.0/default/Android.bp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/msgq/1.0/default/Android.bp b/tests/msgq/1.0/default/Android.bp index 5f116e7371..75973fcdea 100644 --- a/tests/msgq/1.0/default/Android.bp +++ b/tests/msgq/1.0/default/Android.bp @@ -100,10 +100,10 @@ cc_test { // These are static libs only for testing purposes and portability. Shared // libs should be used on device. static_libs: [ - "android.hardware.common-V2-ndk_platform", - "android.hardware.common.fmq-V1-ndk_platform", + "android.hardware.common-V2-ndk", + "android.hardware.common.fmq-V1-ndk", "android.hardware.tests.msgq@1.0", - "android.fmq.test-ndk_platform", + "android.fmq.test-ndk", ], whole_static_libs: [ "android.hardware.tests.msgq@1.0-impl", |