Revert "Revert "Customize StubVolume implementation for ARC""
This reverts commit 0cf77b025d
.
Reason for revert: The requird libarcvolume has been submitted to master (ag/13366009)
Change-Id: I86fada53aad2ec5faa497a9bcbce5435c35d040e
This commit is contained in:
parent
0cf77b025d
commit
3164c0a238
1 changed files with 19 additions and 0 deletions
19
Android.bp
19
Android.bp
|
@ -149,6 +149,14 @@ cc_library_static {
|
|||
"model/VolumeEncryption.cpp",
|
||||
],
|
||||
product_variables: {
|
||||
arc: {
|
||||
exclude_srcs: [
|
||||
"model/StubVolume.cpp",
|
||||
],
|
||||
static_libs: [
|
||||
"libarcvolume",
|
||||
],
|
||||
},
|
||||
debuggable: {
|
||||
cppflags: ["-D__ANDROID_DEBUGGABLE__"],
|
||||
},
|
||||
|
@ -185,6 +193,17 @@ 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