Merge "vold: restore -D__ANDROID_DEBUGGABLE__"
This commit is contained in:
commit
5de675c93b
1 changed files with 5 additions and 0 deletions
|
@ -146,6 +146,11 @@ cc_library_static {
|
||||||
"model/VolumeBase.cpp",
|
"model/VolumeBase.cpp",
|
||||||
"model/VolumeEncryption.cpp",
|
"model/VolumeEncryption.cpp",
|
||||||
],
|
],
|
||||||
|
product_variables: {
|
||||||
|
debuggable: {
|
||||||
|
cppflags: ["-D__ANDROID_DEBUGGABLE__"],
|
||||||
|
},
|
||||||
|
},
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"android.hardware.health.storage@1.0",
|
"android.hardware.health.storage@1.0",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue