diff options
| author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2020-03-13 11:32:29 +0100 |
|---|---|---|
| committer | LuK1337 <priv.luk@gmail.com> | 2020-09-29 11:31:37 +0200 |
| commit | ff924af79c461768b2425db7b65981d29b27dfaf (patch) | |
| tree | afdbe5f831d8a8cd985f2015cfc0c3abf3f6efcf /Android.bp | |
| parent | 6c21a928581d59134f81b2ee2135c4078fe86434 (diff) | |
update_engine: Run backuptool only in debuggable buildsr11.0
Change-Id: If4da655396546ac3c13b9eb556055caa58bafcf0
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -135,6 +135,13 @@ cc_defaults { "libprocessgroup", "libselinux", ], + product_variables: { + debuggable: { + cflags: [ + "-DRUN_BACKUPTOOL", + ], + }, + }, } cc_library_static { |
