Merge "ARC++ swap for AppFuseUtil"
diff --git a/Android.bp b/Android.bp
index fd7f067..fbff1aa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -137,11 +137,14 @@
product_variables: {
arc: {
exclude_srcs: [
+ "AppFuseUtil.cpp",
"model/ObbVolume.cpp",
],
static_libs: [
"arc_services_aidl",
+ "libarcappfuse",
"libarcobbvolume",
+ "libparcelfiledescriptor",
],
},
debuggable: {
@@ -166,7 +169,9 @@
arc: {
static_libs: [
"arc_services_aidl",
+ "libarcappfuse",
"libarcobbvolume",
+ "libparcelfiledescriptor",
],
},
},