Merge "ARC++ swap for AppFuseUtil"

gugelfrei
TreeHugger Robot 6 years ago committed by Android (Google) Code Review
commit ffba5ffec1

@ -137,11 +137,14 @@ cc_library_static {
product_variables: { product_variables: {
arc: { arc: {
exclude_srcs: [ exclude_srcs: [
"AppFuseUtil.cpp",
"model/ObbVolume.cpp", "model/ObbVolume.cpp",
], ],
static_libs: [ static_libs: [
"arc_services_aidl", "arc_services_aidl",
"libarcappfuse",
"libarcobbvolume", "libarcobbvolume",
"libparcelfiledescriptor",
], ],
}, },
debuggable: { debuggable: {
@ -166,7 +169,9 @@ cc_binary {
arc: { arc: {
static_libs: [ static_libs: [
"arc_services_aidl", "arc_services_aidl",
"libarcappfuse",
"libarcobbvolume", "libarcobbvolume",
"libparcelfiledescriptor",
], ],
}, },
}, },

Loading…
Cancel
Save