Merge "vold: restore -D__ANDROID_DEBUGGABLE__" am: 5de675c93b
Original change: https://android-review.googlesource.com/c/platform/system/vold/+/1365586 Change-Id: Ibb6947f1fad7a31cf2a42c3604c76fcf45a7082a
This commit is contained in:
commit
bb92ff6591
1 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue