Android.mk 235 B

123456789
  1. LOCAL_PATH := $(call my-dir)
  2. include $(CLEAR_VARS)
  3. LOCAL_MODULE_TAGS := optional
  4. LOCAL_C_INCLUDES := system/core/init
  5. LOCAL_CFLAGS := -Wall
  6. LOCAL_SRC_FILES := init_klte.cpp
  7. LOCAL_MODULE := libinit_klte
  8. include $(BUILD_STATIC_LIBRARY)