7f0e89fadd
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: Ic0494e1800dec13a9f5714559cffe3a5ebe49418
4 lines
81 B
Makefile
4 lines
81 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
|