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

Commit b12b3393 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Match src paths with aidl package name"

am: 9af3b16c

Change-Id: I4dee345441d29f050d325cf23e67a5d254c25e31
parents e83c49de 9af3b16c
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ cc_library_static {
        "uid_info.cpp",
        "storaged.proto",
        ":storaged_aidl",
        "binder/android/os/storaged/IStoragedPrivate.aidl",
        ":storaged_aidl_private",
    ],

    static_libs: ["libhealthhalutils"],
@@ -116,4 +116,13 @@ filegroup {
    srcs: [
        "binder/android/os/IStoraged.aidl",
    ],
    path: "binder",
}

filegroup {
    name: "storaged_aidl_private",
    srcs: [
        "binder/android/os/storaged/IStoragedPrivate.aidl",
    ],
    path: "binder",
}