编译一个应用程序(APK)

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
# Build all java files in the java subdirectory
LOCAL_SRC_FILES := $(call all-subdir-java-files)
# Name of the APK to build(http://www.amjmh.com/v/)
LOCAL_PACKAGE_NAME := LocalPackage
# Tell it to build an APK
include $(BUILD_PACKAGE)

posted @ 2019-08-30 17:18  水至清明  阅读(167)  评论(0编辑  收藏  举报