ARC++ swap for AppFuseUtil

Bug: 110379912
Test: Compiled.
Change-Id: Ib7910ba4df6c60d7125a07b07c62612ed4146ddb
diff --git a/Android.bp b/Android.bp
index 8f2ba34..86d5574 100644
--- a/Android.bp
+++ b/Android.bp
@@ -134,11 +134,14 @@
     product_variables: {
         arc: {
             exclude_srcs: [
+                "AppFuseUtil.cpp",
                 "model/ObbVolume.cpp",
             ],
             static_libs: [
                 "arc_services_aidl",
+                "libarcappfuse",
                 "libarcobbvolume",
+                "libparcelfiledescriptor",
             ],
         },
         debuggable: {
@@ -163,7 +166,9 @@
         arc: {
             static_libs: [
                 "arc_services_aidl",
+                "libarcappfuse",
                 "libarcobbvolume",
+                "libparcelfiledescriptor",
             ],
         },
     },