ARC++ swap for AppFuseUtil

Bug: 110379912
Test: Compiled.
Change-Id: Ib7910ba4df6c60d7125a07b07c62612ed4146ddb
This commit is contained in:
Risan 2018-11-02 01:26:31 +09:00
parent 2e4f425995
commit ab7c958cc5

View file

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