Remove dependency on libparcelfiledescriptor
This library doesn't actually exist outside of ARC specific branches, so it will break any ARC product builds. Test: None Change-Id: Ic73f470c93ea7d3590dc2b273624988291612344
This commit is contained in:
parent
e7a9d5fbbd
commit
ad232d6f84
1 changed files with 0 additions and 2 deletions
|
@ -144,7 +144,6 @@ cc_library_static {
|
|||
"arc_services_aidl",
|
||||
"libarcappfuse",
|
||||
"libarcobbvolume",
|
||||
"libparcelfiledescriptor",
|
||||
],
|
||||
},
|
||||
debuggable: {
|
||||
|
@ -171,7 +170,6 @@ cc_binary {
|
|||
"arc_services_aidl",
|
||||
"libarcappfuse",
|
||||
"libarcobbvolume",
|
||||
"libparcelfiledescriptor",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue