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

Commit 9af3b16c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Match src paths with aidl package name"

parents e15267b5 c53f5c15
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",
}