diff --git a/Android.bp b/Android.bp index 2c47859..039f60e 100644 --- a/Android.bp +++ b/Android.bp @@ -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", ],