fca20d8aa1
Test: boot, adb logcat produces output Change-Id: I89e7f9a19e139d3f5a71040b1555d01913946b85
13 lines
291 B
Makefile
13 lines
291 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := logtagd.rc
|
|
LOCAL_SRC_FILES := $(LOCAL_MODULE)
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_MODULE_TAGS := debug
|
|
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/init
|
|
|
|
include $(BUILD_PREBUILT)
|
|
|
|
include $(call first-makefiles-under,$(LOCAL_PATH))
|