leo: Add build barrier for other devices

This was breaking the normal builds on other devices...

Change-Id: Ic8ffa68ac432640433c6083b3a9774c59204df8c
This commit is contained in:
Ricardo Cerqueira 2011-08-15 03:02:12 +01:00
parent 115162ec01
commit b8e67364ce

View File

@ -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