- LOCAL_PATH := $(call my-dir)
- include $(CLEAR_VARS)
- LOCAL_MODULE_TAGS := optional
- LOCAL_C_INCLUDES := \
- system/core/base/include \
- system/core/init \
- external/selinux/libselinux/include
- LOCAL_CFLAGS := -Wall
- LOCAL_SRC_FILES := init_klte.cpp
- LOCAL_MODULE := libinit_klte
- LOCAL_STATIC_LIBRARIES := \
- libselinux
- include $(BUILD_STATIC_LIBRARY)
|