Merge "Include subdirectory Android.mks." into klp-modular-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cd6d1f51e2
@ -43,3 +43,4 @@ LOCAL_MODULE:= libandroid_servers
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include $(call all-makefiles-under, $(LOCAL_PATH))
|
||||
|
3
services/tests/Android.mk
Normal file
3
services/tests/Android.mk
Normal file
@ -0,0 +1,3 @@
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
include $(call all-makefiles-under, $(LOCAL_PATH))
|
Reference in New Issue
Block a user