65772ca7d7
(cherry picked from commit 2807db9a26
)
Change-Id: Ic4c84b88b8d899965c9765bdc3ee223ef73ba7d1
14 lines
288 B
Makefile
14 lines
288 B
Makefile
# Copyright 2006-2014 The Android Open Source Project
|
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES:= logcat.cpp event.logtags
|
|
|
|
LOCAL_SHARED_LIBRARIES := liblog
|
|
|
|
LOCAL_MODULE:= logcat
|
|
|
|
include $(BUILD_EXECUTABLE)
|
|
|
|
include $(call first-makefiles-under,$(LOCAL_PATH))
|