Add support for gradle structure to Android.mk

This commit is contained in:
mar-v-in 2015-03-13 00:46:00 +01:00
parent f8f7a73efd
commit 0bb4f3d602
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := SafeParcel
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SRC_FILES := $(call all-java-files-under, src/main/java)
include $(BUILD_STATIC_JAVA_LIBRARY)