b39e4025ae
Soong is always on now, so we don't have to distinguish between makefiles that should be ignored because Soong is handling them with an Android.bp file, and makefiles that are still needed with Soong. All obsolete Android.mk files have been removed, rename all Android.soong.mk files to Android.mk. Change-Id: Iabbddcbfb2c837cfd4556241b570474452cc5d4d
3 lines
77 B
Makefile
3 lines
77 B
Makefile
LOCAL_PATH := $(my-dir)
|
|
|
|
include $(call first-makefiles-under,$(LOCAL_PATH))
|