Merge "vold: restore -D__ANDROID_DEBUGGABLE__"

This commit is contained in:
Treehugger Robot 2020-07-17 18:24:51 +00:00 committed by Gerrit Code Review
commit 5de675c93b

View file

@ -146,6 +146,11 @@ cc_library_static {
"model/VolumeBase.cpp",
"model/VolumeEncryption.cpp",
],
product_variables: {
debuggable: {
cppflags: ["-D__ANDROID_DEBUGGABLE__"],
},
},
shared_libs: [
"android.hardware.health.storage@1.0",
],