summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorDaniel Erat <derat@google.com>2015-08-19 16:26:00 -0600
committerDaniel Erat <derat@google.com>2015-08-19 17:30:23 -0600
commitdf78e333d29a83d97aefe07f84bd5c02f667d11b (patch)
tree91809d0043a1b65ba383a6dda49afe86a0d5892b /Android.mk
parent7c1d1a43a492d7f7e469098ccb0856fdabdcd40f (diff)
downloadfirewalld-df78e333d29a83d97aefe07f84bd5c02f667d11b.tar.gz
Use __ANDROID__ instead of __BRILLO__.
__ANDROID__ is defined automatically by the toolchain. Bug: 23358460 Change-Id: I7487625802deb48ff31da8410125fa910a88ca74
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 3dfc452..46d1898 100644
--- a/Android.mk
+++ b/Android.mk
@@ -29,7 +29,7 @@ define firewalld_common
libchromeos-minijail \
libdbus \
libminijail
- LOCAL_CFLAGS += -D__BRILLO__ -Wall -Werror -Wno-unused-parameter
+ LOCAL_CFLAGS += -Wall -Werror -Wno-unused-parameter
LOCAL_CPPFLAGS += -Wno-sign-promo
endef