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
LOCAL_PACKAGE_NAME := LocalPackage
LOCAL_CERTIFICATE := vendor/example/certs/app
# Tell it to build an APK
include $(BUILD_PACKAGE)

相关文章:

  • 2022-12-23
  • 2021-05-14
  • 2022-01-09
  • 2022-12-23
  • 2021-07-04
  • 2021-10-11
  • 2022-12-23
猜你喜欢
  • 2021-09-26
  • 2022-01-28
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案