9 lines
160 B
Makefile
9 lines
160 B
Makefile
![]() |
LOCAL_PATH := $(call my-dir)
|
||
|
include $(CLEAR_VARS)
|
||
|
|
||
|
LOCAL_PACKAGE_NAME := FDroid
|
||
|
LOCAL_SRC_FILES := $(call all-java-files-under,src)
|
||
|
|
||
|
include $(BUILD_PACKAGE)
|
||
|
|