Merge "ARC++ swap for AppFuseUtil"
This commit is contained in:
commit
e7a9d5fbbd
1 changed files with 5 additions and 0 deletions
|
@ -137,11 +137,14 @@ cc_library_static {
|
|||
product_variables: {
|
||||
arc: {
|
||||
exclude_srcs: [
|
||||
"AppFuseUtil.cpp",
|
||||
"model/ObbVolume.cpp",
|
||||
],
|
||||
static_libs: [
|
||||
"arc_services_aidl",
|
||||
"libarcappfuse",
|
||||
"libarcobbvolume",
|
||||
"libparcelfiledescriptor",
|
||||
],
|
||||
},
|
||||
debuggable: {
|
||||
|
@ -166,7 +169,9 @@ cc_binary {
|
|||
arc: {
|
||||
static_libs: [
|
||||
"arc_services_aidl",
|
||||
"libarcappfuse",
|
||||
"libarcobbvolume",
|
||||
"libparcelfiledescriptor",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue