diff options
-rw-r--r-- | tools/aidl/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aidl/Android.mk b/tools/aidl/Android.mk index 8e6189f6561e..d11264e7da5e 100644 --- a/tools/aidl/Android.mk +++ b/tools/aidl/Android.mk @@ -10,6 +10,7 @@ LOCAL_PATH:= $(call my-dir) # Logic shared between aidl and its unittests include $(CLEAR_VARS) LOCAL_MODULE := libaidl-common +LOCAL_MODULE_HOST_OS := darwin linux windows LOCAL_CLANG_CFLAGS := -Wall -Werror # Tragically, the code is riddled with unused parameters. |