leo: Add build barrier for other devices

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

Changed leo to htcleo, as that is what is in the vendor files
This commit is contained in:
Arif Ali 2011-08-16 09:40:17 +01:00
commit 0997cac3d0
2 changed files with 7 additions and 3 deletions

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),htcleo)
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

6
leo.mk
View File

@ -95,13 +95,13 @@ PRODUCT_COPY_FILES += \
device/htc/leo/media_profiles.xml:system/etc/media_profiles.xml
PRODUCT_PACKAGES += \
sensors.$(TARGET_BOOTLOADER_BOARD_NAME) \
lights.$(TARGET_BOOTLOADER_BOARD_NAME) \
sensors.htcleo \
lights.htcleo \
librs_jni \
gralloc.qsd8k \
copybit.qsd8k \
leo-reference-ril \
gps.$(TARGET_BOOTLOADER_BOARD_NAME) \
gps.htcleo \
libgps \
libhtc_ril_wrapper