Android.mk 243 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_hero2lte.cpp
  7. LOCAL_MODULE := libinit_hero2lte
  8. include $(BUILD_STATIC_LIBRARY)