diff options
| author | 2017-06-22 20:06:51 +0000 | |
|---|---|---|
| committer | 2017-06-22 20:06:51 +0000 | |
| commit | 45bf98c36eb9abf078b81e89d51a2216cf78d32a (patch) | |
| tree | 27c1340a415b8d38ee8ba73783877b28186c39e1 | |
| parent | 0ff681ca7745004ae9587b9059f80b385889c58c (diff) | |
| parent | be597daebd63feeb786855f8af6c96a706eb283c (diff) | |
Merge "LibGUI remove DEBUG" into oc-dev
am: be597daebd
Change-Id: Iece9f1428655c8674cf62a92ecb0a088ad74b629
| -rw-r--r-- | libs/gui/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/Android.bp b/libs/gui/Android.bp index 5a127406db..f1d1346366 100644 --- a/libs/gui/Android.bp +++ b/libs/gui/Android.bp @@ -57,7 +57,7 @@ cc_library_shared { brillo: { cflags: ["-DHAVE_NO_SURFACE_FLINGER"], }, - debuggable: { + eng: { cppflags: [ "-UDEBUG_ONLY_CODE", "-DDEBUG_ONLY_CODE=1", |