8 lines
163 B
Makefile
8 lines
163 B
Makefile
|
|
|
||
|
|
LOCAL_PATH:= $(call my-dir)
|
||
|
|
include $(CLEAR_VARS)
|
||
|
|
|
||
|
|
# M: Use the following include to make our plugin host jar.
|
||
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||
|
|
|