mirror of
https://github.com/moparisthebest/android_external_SafeParcel
synced 2024-12-12 10:22:14 -05:00
8 lines
170 B
Makefile
8 lines
170 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := SafeParcel
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
|
|
|
include $(BUILD_STATIC_JAVA_LIBRARY)
|