Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82cd11cc authored by Steven Moreland's avatar Steven Moreland
Browse files

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
parent 5598f53d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
aidl_interface {
    name: "vintf-rebootescrow",
    name: "android.hardware.rebootescrow",
    vendor_available: true,
    srcs: [
        "android/hardware/rebootescrow/IRebootEscrow.aidl",
+2 −2
Original line number Diff line number Diff line
@@ -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",
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ cc_test {
        "libbinder",
    ],
    static_libs: [
        "vintf-rebootescrow-cpp",
        "android.hardware.rebootescrow-cpp",
    ],
    test_suites: [
        "vts-core",