Remove android.mk, no longer used by anyone and outdated

Confirmed on #replicant:

paulk-collins | yes now we use the prebuilt apk
        mvdan | so Android.mk can be dropped?
paulk-collins | I'd say so
This commit is contained in:
Daniel Martí 2013-08-30 18:09:29 +02:00
parent 4109bb270d
commit a9a10667fa

View File

@ -1,8 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PACKAGE_NAME := FDroid
LOCAL_SRC_FILES := $(call all-java-files-under,src)
include $(BUILD_PACKAGE)