Skip to content

Commit

Permalink
sdm660-common: init: Rename extra libinit support
Browse files Browse the repository at this point in the history
Change-Id: I65fc9062436272148a0b9661932771cf130e2cb7
Signed-off-by: Isaac Chen <tingyi364@gmail.com>
  • Loading branch information
TingyiChen authored and mikeNG committed Apr 29, 2020
1 parent 7e4ead9 commit 6fb2a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ LOCAL_STATIC_LIBRARIES := \
libselinux
LOCAL_CFLAGS := -Wall

ifneq ($(TARGET_LIBINIT_WAYNE_DEFINES_FILE),)
ifneq ($(TARGET_LIBINIT_EXTERNAL_DEFINES_FILE),)
LOCAL_CFLAGS += -DTARGET_HAVE_LIBINIT
LOCAL_SRC_FILES += ../../../../$(TARGET_LIBINIT_WAYNE_DEFINES_FILE)
LOCAL_SRC_FILES += ../../../../$(TARGET_LIBINIT_EXTERNAL_DEFINES_FILE)
endif

include $(BUILD_STATIC_LIBRARY)

0 comments on commit 6fb2a35

Please sign in to comment.