diff options
author | Mark Salyzyn <salyzyn@google.com> | 2013-11-22 12:39:43 -0800 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2014-01-27 15:17:39 -0800 |
commit | 819c58a8ca20f94700085b8967f371f5854a5216 (patch) | |
tree | a223d8452f1137d81427ac617e37249dd62c3cdc /liblog/Android.mk | |
parent | fca0bd1a38597b83f6511d0c7c971fce75dc8123 (diff) | |
download | core-819c58a8ca20f94700085b8967f371f5854a5216.tar.gz core-819c58a8ca20f94700085b8967f371f5854a5216.tar.bz2 core-819c58a8ca20f94700085b8967f371f5854a5216.zip |
liblog: Add liblog test suite
(cherry picked from commit 8d1fdb509305e93eb46d45a6dcd34bedd6dc0742)
Change-Id: Ia457d518b4e7ff37e840336ff0c48583709700d4
Diffstat (limited to 'liblog/Android.mk')
-rw-r--r-- | liblog/Android.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/liblog/Android.mk b/liblog/Android.mk index 78ff1ed6a..0d6c970bf 100644 --- a/liblog/Android.mk +++ b/liblog/Android.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 The Android Open Source Project +# Copyright (C) 2008-2014 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -67,7 +67,6 @@ LOCAL_LDLIBS := -lpthread LOCAL_CFLAGS := -DFAKE_LOG_DEVICE=1 -m64 include $(BUILD_HOST_STATIC_LIBRARY) - # Shared and static library for target # ======================================================== include $(CLEAR_VARS) @@ -79,3 +78,5 @@ include $(CLEAR_VARS) LOCAL_MODULE := liblog LOCAL_WHOLE_STATIC_LIBRARIES := liblog include $(BUILD_SHARED_LIBRARY) + +include $(call first-makefiles-under,$(LOCAL_PATH)) |