Whitelist windows module

Bug: 23566667
Change-Id: I030733ffd2b43a0ea74b0fd5f34a0d13ef8dcf7c
This commit is contained in:
Dan Willemsen
2015-09-04 14:21:26 -07:00
parent 3d6325460e
commit 8d6f9bf3c8

View File

@@ -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.