ARC++ swap for AppFuseUtil
Bug: 110379912 Test: Compiled. Change-Id: Ib7910ba4df6c60d7125a07b07c62612ed4146ddb
This commit is contained in:
parent
2e4f425995
commit
ab7c958cc5
1 changed files with 5 additions and 0 deletions
|
@ -134,11 +134,14 @@ cc_library_static {
|
|||
product_variables: {
|
||||
arc: {
|
||||
exclude_srcs: [
|
||||
"AppFuseUtil.cpp",
|
||||
"model/ObbVolume.cpp",
|
||||
],
|
||||
static_libs: [
|
||||
"arc_services_aidl",
|
||||
"libarcappfuse",
|
||||
"libarcobbvolume",
|
||||
"libparcelfiledescriptor",
|
||||
],
|
||||
},
|
||||
debuggable: {
|
||||
|
@ -163,7 +166,9 @@ cc_binary {
|
|||
arc: {
|
||||
static_libs: [
|
||||
"arc_services_aidl",
|
||||
"libarcappfuse",
|
||||
"libarcobbvolume",
|
||||
"libparcelfiledescriptor",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue