summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2020-01-06 13:58:00 -0800
committerSteven Moreland <smoreland@google.com>2020-01-06 23:25:20 +0000
commit926aa80f044b64d1d3263b7678d1c1ac493a8a64 (patch)
treea39368603e0230e5e705fcf4552cbdd3b92e26ce /common
parent5598f53d28928f591b2d65ba4c2a28c953bd4b49 (diff)
*common: use package as name
In order to provide a more descriptive name, and to be consistent with HIDL, the stable AIDL package names are switching from vintf-*common format to the package format (android.hardware.*common). Bug: N/A Test: all build time Change-Id: Ie1d92a50dddf7e3e1bd473e2a957279c6dadb865
Diffstat (limited to 'common')
-rw-r--r--common/aidl/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/aidl/Android.bp b/common/aidl/Android.bp
index 6f2d292930..f55e799d0d 100644
--- a/common/aidl/Android.bp
+++ b/common/aidl/Android.bp
@@ -1,5 +1,5 @@
aidl_interface {
- name: "vintf-common",
+ name: "android.hardware.common",
host_supported: true,
vendor_available: true,
vndk: {