Merge "vold: restore -D__ANDROID_DEBUGGABLE__" am: 5de675c93b
am: bb92ff6591
am: dd8b695c61
Original change: https://android-review.googlesource.com/c/platform/system/vold/+/1365586 Change-Id: I876aaf6bba933c964a3573d8053cc60829b3a5fa
This commit is contained in:
commit
e9317d2d74
1 changed files with 5 additions and 0 deletions
|
@ -147,6 +147,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