From f53d7fef59e312459210e80b5a580176bed63d80 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 6 Jan 2020 13:40:51 -0800 Subject: [PATCH] vibrator: 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-vibrator format to the package format (android.hardware.vibrator). Bug: N/A Test: all build time Change-Id: I3805fea0be71c6cec9354d0ca71b4678387e516c --- services/core/Android.bp | 2 +- services/core/jni/Android.bp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/core/Android.bp b/services/core/Android.bp index 5b98f06cea2bd..8d223003fe5bc 100644 --- a/services/core/Android.bp +++ b/services/core/Android.bp @@ -94,8 +94,8 @@ java_library_static { "android.hardware.light-V2.0-java", "android.hardware.power-V1.0-java", "android.hardware.tv.cec-V1.0-java", + "android.hardware.vibrator-java", "app-compat-annotations", - "vintf-vibrator-java", "framework-tethering", ], diff --git a/services/core/jni/Android.bp b/services/core/jni/Android.bp index fee29db8edf27..1ad6e86bae849 100644 --- a/services/core/jni/Android.bp +++ b/services/core/jni/Android.bp @@ -138,6 +138,7 @@ cc_defaults { "android.hardware.thermal@1.0", "android.hardware.tv.cec@1.0", "android.hardware.tv.input@1.0", + "android.hardware.vibrator-cpp", "android.hardware.vibrator@1.0", "android.hardware.vibrator@1.1", "android.hardware.vibrator@1.2", @@ -148,7 +149,6 @@ cc_defaults { "android.system.suspend@1.0", "service.incremental", "suspend_control_aidl_interface-cpp", - "vintf-vibrator-cpp", ], static_libs: [