rebootescrow: 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-rebootescrow format to the package format
(android.hardware.rebootescrow).

Bug: N/A
Test: all build time
Change-Id: Ibb116e76761b751515d95ee8e515a6f7b97bb8d0
This commit is contained in:
Steven Moreland 2020-01-06 13:21:52 -08:00
parent 5598f53d28
commit 82cd11cc94
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
aidl_interface {
name: "vintf-rebootescrow",
name: "android.hardware.rebootescrow",
vendor_available: true,
srcs: [
"android/hardware/rebootescrow/IRebootEscrow.aidl",

View file

@ -20,7 +20,7 @@ cc_library_static {
shared_libs: [
"libbase",
"libbinder_ndk",
"vintf-rebootescrow-ndk_platform",
"android.hardware.rebootescrow-ndk_platform",
],
export_include_dirs: ["include"],
srcs: [
@ -47,7 +47,7 @@ cc_binary {
shared_libs: [
"libbase",
"libbinder_ndk",
"vintf-rebootescrow-ndk_platform",
"android.hardware.rebootescrow-ndk_platform",
],
static_libs: [
"libhadamardutils",

View file

@ -25,7 +25,7 @@ cc_test {
"libbinder",
],
static_libs: [
"vintf-rebootescrow-cpp",
"android.hardware.rebootescrow-cpp",
],
test_suites: [
"vts-core",