blob: d4b8e728f617929a4556acae358c49b17ec4a5e8 [file] [log] [blame]
#
# This empty Android.mk file exists to prevent the build system from
# automatically including any other Android.mk files under this directory.
#
ifneq ($(filter FP2, $(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif