Init trees

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
SamarV-121 2019-03-20 08:46:02 +00:00 committed by roynatech2544
commit 1dcddcc8ec
5 changed files with 121 additions and 0 deletions

7
Android.mk Normal file
View file

@ -0,0 +1,7 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(filter m20lte, $(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif