mirror of
https://github.com/moparisthebest/android_external_GmsApi
synced 2024-11-09 19:05:05 -05:00
10 lines
238 B
Makefile
10 lines
238 B
Makefile
# Not working yet
|
|
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := GmsApi
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
|
LOCAL_SRC_FILES := $(call all-Iaidl-files-under, src)
|
|
|
|
include $(BUILD_STATIC_JAVA_LIBRARY)
|