From 90fafc213e7b50fe6a985635a33813d695d19383 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Fri, 3 Mar 2017 13:30:07 +0000 Subject: maguro: guard the makefile Change-Id: Idceb7f9fc78e716f54675698e5d3bf5e74369af9 --- Android.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.mk b/Android.mk index b66f4ca..d792280 100644 --- a/Android.mk +++ b/Android.mk @@ -25,4 +25,8 @@ LOCAL_PATH := $(call my-dir) # if some modules are built directly from this directory (not subdirectories), # their rules should be written here. +ifeq ($(TARGET_DEVICE),maguro) + include $(call all-makefiles-under,$(LOCAL_PATH)) + +endif -- cgit v1.1