blob: 25fc581b67e0cd78082e97ecad1d65bc4430f774 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
ifeq ($(TARGET_PREBUILT_KERNEL),)
TARGET_PREBUILT_KERNEL := $(LOCAL_PATH)/kernel
endif
file := $(INSTALLED_KERNEL_TARGET)
ALL_PREBUILT += $(file)
$(file): $(TARGET_PREBUILT_KERNEL) | $(ACP)
$(transform-prebuilt-to-target)
include $(CLEAR_VARS)
COMMON_DIR := vendor/nvidia/common/
ifeq ($(wildcard $(COMMON_DIR)/TegraBoard.mk),$(COMMON_DIR)/TegraBoard.mk)
include $(COMMON_DIR)/TegraBoard.mk
endif
subdir_makefiles:= \
$(LOCAL_PATH)/libaudio/Android.mk \
$(LOCAL_PATH)/taudio/Android.mk
include $(subdir_makefiles)
-include vendor/moto/stingray/AndroidBoardVendor.mk