mirror of
https://github.com/moparisthebest/android_external_GmsApi
synced 2024-11-30 12:32:17 -05:00
11 lines
336 B
Makefile
11 lines
336 B
Makefile
# Not working yet
|
|
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := GmsApi
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, play-services-api/src/main/java)
|
|
LOCAL_SRC_FILES := $(call all-Iaidl-files-under, play-services-api/src/main/aidl)
|
|
LOCAL_STATIC_JAVA_LIBRARIES := SafeParcel
|
|
|
|
include $(BUILD_STATIC_JAVA_LIBRARY)
|