diff options
author | Glenn Kasten | 2014-02-03 12:23:31 -0600 |
---|---|---|
committer | Glenn Kasten | 2014-02-03 12:23:49 -0600 |
commit | 74be60166a376f5bb3326e267ad3c8227d103e9c (patch) | |
tree | ab9ab4059b6d3e8924b98c36400de195d4565018 | |
parent | e42cdcea6d0da9627693b2a0f9ecbb8f6a03dfed (diff) | |
download | platform-external-tinyalsa-74be60166a376f5bb3326e267ad3c8227d103e9c.tar.gz platform-external-tinyalsa-74be60166a376f5bb3326e267ad3c8227d103e9c.tar.xz platform-external-tinyalsa-74be60166a376f5bb3326e267ad3c8227d103e9c.zip |
Fix build on Mac host
Change-Id: Ifdbcb702ef60c78ec25f8f40cb7f8bdc981b8f48
-rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,7 @@ LOCAL_MODULE_TAGS := optional | |||
28 | 28 | ||
29 | include $(BUILD_EXECUTABLE) | 29 | include $(BUILD_EXECUTABLE) |
30 | 30 | ||
31 | ifeq ($(HOST_OS), linux) | ||
31 | include $(CLEAR_VARS) | 32 | include $(CLEAR_VARS) |
32 | LOCAL_C_INCLUDES:= external/tinyalsa/include | 33 | LOCAL_C_INCLUDES:= external/tinyalsa/include |
33 | LOCAL_SRC_FILES:= tinyplay.c | 34 | LOCAL_SRC_FILES:= tinyplay.c |
@@ -36,6 +37,7 @@ LOCAL_STATIC_LIBRARIES:= libcutils libutils libtinyalsa | |||
36 | LOCAL_MODULE_TAGS := optional | 37 | LOCAL_MODULE_TAGS := optional |
37 | 38 | ||
38 | include $(BUILD_HOST_EXECUTABLE) | 39 | include $(BUILD_HOST_EXECUTABLE) |
40 | endif | ||
39 | 41 | ||
40 | include $(CLEAR_VARS) | 42 | include $(CLEAR_VARS) |
41 | LOCAL_C_INCLUDES:= external/tinyalsa/include | 43 | LOCAL_C_INCLUDES:= external/tinyalsa/include |