diff options
author | Dan Willemsen <dwillemsen@google.com> | 2015-08-31 19:30:57 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-08-31 19:30:57 +0000 |
commit | 60dd5d5966ebe993f5a81c46d9dea62c207abfd3 (patch) | |
tree | 441936925a92d318f6b524890aced93527e2fe51 /tools/aidl | |
parent | a73e004516bae61bebe1e308f5b3ee295c1050b2 (diff) | |
parent | 4aa679ff969c3ec2159088cd3740df1034c9ee24 (diff) |
Merge "Remove USE_MINGW, whitelist windows modules"
Diffstat (limited to 'tools/aidl')
-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 b8debf37f8f3..cb94a3626270 100644 --- a/tools/aidl/Android.mk +++ b/tools/aidl/Android.mk @@ -24,6 +24,7 @@ LOCAL_SRC_FILES := \ LOCAL_CFLAGS := -g LOCAL_MODULE := aidl +LOCAL_MODULE_HOST_OS := darwin linux windows include $(BUILD_HOST_EXECUTABLE) |