Revert "ARC++ swap for AppFuseUtil"
This reverts commit dcbd4fcad2
.
Reason for revert: ARC is migrating to ARCVM on R, which doesn't use AppFuse any more.
Change-Id: Ifd0bf92a79c0ff25d782bea44dd593f9502f1959
This commit is contained in:
parent
dcbd4fcad2
commit
601e7bd4e2
1 changed files with 0 additions and 5 deletions
|
@ -136,14 +136,11 @@ cc_library_static {
|
|||
product_variables: {
|
||||
arc: {
|
||||
exclude_srcs: [
|
||||
"AppFuseUtil.cpp",
|
||||
"model/ObbVolume.cpp",
|
||||
],
|
||||
static_libs: [
|
||||
"arc_services_aidl",
|
||||
"libarcappfuse",
|
||||
"libarcobbvolume",
|
||||
"libparcelfiledescriptor",
|
||||
],
|
||||
},
|
||||
debuggable: {
|
||||
|
@ -168,9 +165,7 @@ cc_binary {
|
|||
arc: {
|
||||
static_libs: [
|
||||
"arc_services_aidl",
|
||||
"libarcappfuse",
|
||||
"libarcobbvolume",
|
||||
"libparcelfiledescriptor",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue