OSDN Git Service

Superuser: FR translation
[android-x86/external-koush-Superuser.git] / Superuser / Android.mk
1 LOCAL_PATH := $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4
5 LOCAL_PACKAGE_NAME := Superuser
6 LOCAL_SRC_FILES := $(call all-java-files-under,src) $(call all-java-files-under,../../Widgets/Widgets/src)
7
8 LOCAL_AAPT_INCLUDE_ALL_RESOURCES := true
9 LOCAL_AAPT_FLAGS := --extra-packages com.koushikdutta.widgets -S $(LOCAL_PATH)/../../Widgets/Widgets/res --auto-add-overlay --rename-manifest-package $(SUPERUSER_PACKAGE)
10
11 include $(BUILD_PACKAGE)