summaryrefslogtreecommitdiffstats
blob: 528df433e4e18c9d9c039cdf91f3e8d8dd2b3568 (plain) (blame)
1
2
3
4
5
6
7
8
9
ifeq ($(TARGET_BOARD_PLATFORM), $(filter $(TARGET_BOARD_PLATFORM), am65x))

LOCAL_PATH:= $(call my-dir)

include $(call first-makefiles-under,$(LOCAL_PATH))

$(clear-android-api-vars)

endif