From b8e67364ce8dc7280cfc1acca7e19b10e52d6eb7 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Mon, 15 Aug 2011 03:02:12 +0100 Subject: [PATCH] leo: Add build barrier for other devices This was breaking the normal builds on other devices... Change-Id: Ic8ffa68ac432640433c6083b3a9774c59204df8c --- Android.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.mk b/Android.mk index 96c4520..6b0bd9a 100755 --- a/Android.mk +++ b/Android.mk @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +ifeq ($(TARGET_BOOTLOADER_BOARD_NAME),leo) + LOCAL_PATH := $(my-dir) subdir_makefiles := \ $(LOCAL_PATH)/libreference-ril/Android.mk \ @@ -21,3 +23,5 @@ subdir_makefiles := \ $(LOCAL_PATH)/libhtc_ril_wrapper/Android.mk include $(subdir_makefiles) + +endif