mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-30 09:41:33 -05:00
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)
|
|
|