Skip to content

Commit

Permalink
tass: Restrict device-specific makefiles to tass-only builds
Browse files Browse the repository at this point in the history
This patch prevents other builds from inheriting the makefiles in
this folder.
  • Loading branch information
defer committed Oct 15, 2011
1 parent 7b8100a commit 2cd1aff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Android.mk
@@ -0,0 +1,5 @@
LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_BOOTLOADER_BOARD_NAME),tass)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif

0 comments on commit 2cd1aff

Please sign in to comment.