OSDN Git Service

Revert "ARC++ swap for AppFuseUtil"
authorSatoshi Niwa <niwa@google.com>
Tue, 12 May 2020 14:41:40 +0000 (14:41 +0000)
committerSatoshi Niwa <niwa@google.com>
Tue, 12 May 2020 14:43:42 +0000 (14:43 +0000)
This reverts commit ab7c958cc5ca32aa4f79a6e1fc5784eb3286e326.

Reason for revert: ARC is migrating to ARCVM on R, which doesn't use AppFuse any more.

Bug: 110379912
Test: m
Change-Id: Icc827c59530274421e4c94789d96fd3d287e591e

Android.bp

index 03dde1e..b033647 100644 (file)
@@ -151,12 +151,10 @@ cc_library_static {
     product_variables: {
         arc: {
             exclude_srcs: [
-                "AppFuseUtil.cpp",
                 "model/ObbVolume.cpp",
             ],
             static_libs: [
                 "arc_services_aidl",
-                "libarcappfuse",
                 "libarcobbvolume",
             ],
         },
@@ -186,7 +184,6 @@ cc_binary {
         arc: {
             static_libs: [
                 "arc_services_aidl",
-                "libarcappfuse",
                 "libarcobbvolume",
             ],
         },