commit | f12f8ed439a00ef5cc229787158c270cf1eeae88 | [log] [tgz] |
---|---|---|
author | Stephen Hines <[email protected]> | Thu May 23 13:40:57 2013 -0700 |
committer | Stephen Hines <[email protected]> | Thu May 23 13:40:57 2013 -0700 |
tree | a7000d22e78eeb491c7c01761474607198e1ad7c | |
parent | c38948df79f3247b17ddc7c6639ce24e46b45a86 [diff] [blame] |
Fix missing include in Android.mk. Change-Id: Iba4e77e084b03a69d8e89803099c3804a7926f0b
diff --git a/Android.mk b/Android.mk index 0f717f1..bef48c0 100644 --- a/Android.mk +++ b/Android.mk
@@ -311,3 +311,4 @@ include $(LLVM_ROOT_PATH)/llvm-host-build.mk include $(BUILD_HOST_STATIC_LIBRARY) +include $(call all-makefiles-under,$(LOCAL_PATH))