Revert "Customize StubVolume implementation for ARC"
This reverts commit b5d7cb0a52
.
Reason for revert: Broken build b/177828900
Fix: 177829766
Change-Id: Ic2984da3b11bcf5597203b511943d3058ea9ea19
This commit is contained in:
parent
b5d7cb0a52
commit
0cf77b025d
1 changed files with 0 additions and 19 deletions
19
Android.bp
19
Android.bp
|
@ -149,14 +149,6 @@ cc_library_static {
|
|||
"model/VolumeEncryption.cpp",
|
||||
],
|
||||
product_variables: {
|
||||
arc: {
|
||||
exclude_srcs: [
|
||||
"model/StubVolume.cpp",
|
||||
],
|
||||
static_libs: [
|
||||
"libarcvolume",
|
||||
],
|
||||
},
|
||||
debuggable: {
|
||||
cppflags: ["-D__ANDROID_DEBUGGABLE__"],
|
||||
},
|
||||
|
@ -193,17 +185,6 @@ cc_binary {
|
|||
shared_libs: [
|
||||
"android.hardware.health.storage@1.0",
|
||||
],
|
||||
|
||||
product_variables: {
|
||||
arc: {
|
||||
exclude_srcs: [
|
||||
"model/StubVolume.cpp",
|
||||
],
|
||||
static_libs: [
|
||||
"libarcvolume",
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
|
|
Loading…
Reference in a new issue