Loading tests/extension/vibrator/aidl/Android.bp +1 −1 Original line number Diff line number Diff line aidl_interface { // This is an example test interface showing how to add functionality // with setExtension/getExtension name: "test-android.hardware.vibrator-ext", name: "android.hardware.tests.extension.vibrator", vendor_available: true, srcs: [ // Using android.hardware as the package because this is in Loading tests/extension/vibrator/aidl/client/Android.bp +3 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ // server for example. cc_test { name: "test-android.hardware.vibrator-ext-client", name: "android.hardware.tests.extension.vibrator-client", srcs: [ // system code has the option to use the unstable C++ libbinder API // or the NDK one. For maximum code portability, using the ndk client Loading @@ -15,10 +15,10 @@ cc_test { "libbinder", "libutils", "android.hardware.vibrator-cpp", "test-android.hardware.vibrator-ext-cpp", "android.hardware.tests.extension.vibrator-cpp", "libbinder_ndk", "android.hardware.vibrator-ndk_platform", "test-android.hardware.vibrator-ext-ndk_platform", "android.hardware.tests.extension.vibrator-ndk_platform", ], } tests/extension/vibrator/aidl/default/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,6 @@ cc_binary { "libbase", "libbinder_ndk", "android.hardware.vibrator-ndk_platform", "test-android.hardware.vibrator-ext-ndk_platform", "android.hardware.tests.extension.vibrator-ndk_platform", ], } Loading
tests/extension/vibrator/aidl/Android.bp +1 −1 Original line number Diff line number Diff line aidl_interface { // This is an example test interface showing how to add functionality // with setExtension/getExtension name: "test-android.hardware.vibrator-ext", name: "android.hardware.tests.extension.vibrator", vendor_available: true, srcs: [ // Using android.hardware as the package because this is in Loading
tests/extension/vibrator/aidl/client/Android.bp +3 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ // server for example. cc_test { name: "test-android.hardware.vibrator-ext-client", name: "android.hardware.tests.extension.vibrator-client", srcs: [ // system code has the option to use the unstable C++ libbinder API // or the NDK one. For maximum code portability, using the ndk client Loading @@ -15,10 +15,10 @@ cc_test { "libbinder", "libutils", "android.hardware.vibrator-cpp", "test-android.hardware.vibrator-ext-cpp", "android.hardware.tests.extension.vibrator-cpp", "libbinder_ndk", "android.hardware.vibrator-ndk_platform", "test-android.hardware.vibrator-ext-ndk_platform", "android.hardware.tests.extension.vibrator-ndk_platform", ], }
tests/extension/vibrator/aidl/default/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,6 @@ cc_binary { "libbase", "libbinder_ndk", "android.hardware.vibrator-ndk_platform", "test-android.hardware.vibrator-ext-ndk_platform", "android.hardware.tests.extension.vibrator-ndk_platform", ], }