blob: d4b8e728f617929a4556acae358c49b17ec4a5e8 [file] [log] [blame]
Vivekbalachandar Marisamy54014b32019-11-08 06:34:08 +00001#
2# This empty Android.mk file exists to prevent the build system from
3# automatically including any other Android.mk files under this directory.
4#
Vivekbalachandar M97769702020-02-12 15:52:43 +05305ifneq ($(filter FP2, $(TARGET_DEVICE)),)
Vivekbalachandar Marisamy54014b32019-11-08 06:34:08 +00006
Vivekbalachandar M97769702020-02-12 15:52:43 +05307LOCAL_PATH := $(call my-dir)
Vivekbalachandar Marisamy54014b32019-11-08 06:34:08 +00008
Vivekbalachandar M97769702020-02-12 15:52:43 +05309include $(call all-makefiles-under,$(LOCAL_PATH))
10
11endif