* commit '296bb2afeccab13841a42cc5f3941d4528be383a': logd: build cleanup
This commit is contained in:
commit
5dbffeda03
1 changed files with 10 additions and 1 deletions
|
|
@ -26,7 +26,16 @@ LOCAL_SHARED_LIBRARIES := \
|
||||||
libcutils \
|
libcutils \
|
||||||
libutils
|
libutils
|
||||||
|
|
||||||
LOCAL_CFLAGS := -Werror $(shell sed -n 's/^\([0-9]*\)[ \t]*auditd[ \t].*/-DAUDITD_LOG_TAG=\1/p' $(LOCAL_PATH)/event.logtags)
|
# This is what we want to do:
|
||||||
|
# event_logtags = $(shell \
|
||||||
|
# sed -n \
|
||||||
|
# "s/^\([0-9]*\)[ \t]*$1[ \t].*/-D`echo $1 | tr a-z A-Z`_LOG_TAG=\1/p" \
|
||||||
|
# $(LOCAL_PATH)/$2/event.logtags)
|
||||||
|
# event_flag := $(call event_logtags,auditd)
|
||||||
|
# so make sure we do not regret hard-coding it as follows:
|
||||||
|
event_flag := -DAUDITD_LOG_TAG=1003
|
||||||
|
|
||||||
|
LOCAL_CFLAGS := -Werror $(event_flag)
|
||||||
|
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue