diff options
Diffstat (limited to 'tests/msgq/1.0/default/Android.bp')
-rw-r--r-- | tests/msgq/1.0/default/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/msgq/1.0/default/Android.bp b/tests/msgq/1.0/default/Android.bp index 6e7cd4478b..a50206bb75 100644 --- a/tests/msgq/1.0/default/Android.bp +++ b/tests/msgq/1.0/default/Android.bp @@ -91,9 +91,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-unstable-ndk_platform", + "android.hardware.common.fmq-unstable-ndk_platform", "android.hardware.tests.msgq@1.0", "android.fmq.test-ndk_platform", - "android.hardware.common.fmq-unstable-ndk_platform", ], whole_static_libs: [ "android.hardware.tests.msgq@1.0-impl", |