commit | 8fe0c2e0ecb12839904d802ca1cb844b86bf354c | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Mar 09 12:05:29 2020 -0700 |
committer | Jeongik Cha <jeongik@google.com> | Thu Apr 09 08:24:59 2020 +0000 |
tree | d8d19c1b5b270edb5dfbc8961e89d6fa45b0490d | |
parent | f6e0036c05508873ea2b3eaa8d3295dbf0437cc7 [diff] [blame] |
vibrator ext: use package name as module name For consistency. Bug: 153501107 Test: N/A Change-Id: If32e8539fd8fffd5e27f0437bff480089e38f0da Merged-In: If32e8539fd8fffd5e27f0437bff480089e38f0da
diff --git a/tests/extension/vibrator/aidl/Android.bp b/tests/extension/vibrator/aidl/Android.bp index 42e0a92..b1cda0c 100644 --- a/tests/extension/vibrator/aidl/Android.bp +++ b/tests/extension/vibrator/aidl/Android.bp
@@ -1,7 +1,7 @@ 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