Merge "Match src paths with aidl package name"

This commit is contained in:
Treehugger Robot 2018-09-29 21:48:29 +00:00 committed by Gerrit Code Review
commit 9af3b16c72

View file

@ -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",
}