Skip to content

Commit

Permalink
droid2: Only inherit makefiles if building the device
Browse files Browse the repository at this point in the history
This avoids generating device-specific files on other
builds.

Change-Id: If82b8a691cd3845322252081a6a6b0a595494640
  • Loading branch information
defer committed Sep 4, 2011
1 parent 8778183 commit 1f9b45e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ifeq ($(TARGET_DEVICE),droid2)
include $(all-subdir-makefiles)
endif

0 comments on commit 1f9b45e

Please sign in to comment.