rename board to smdkv310, move product packages to common

This commit is contained in:
codeworkx 2011-06-30 13:47:28 -07:00
parent 71ca25064f
commit 7af64feaf3
5 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,3 @@
ifeq ($(filter-out smdkc210,$(TARGET_BOARD_PLATFORM)),)
ifeq ($(filter-out smdkv310,$(TARGET_BOARD_PLATFORM)),)
include $(all-subdir-makefiles)
endif

View File

@ -39,6 +39,11 @@
# application settings that are stored in resourced.
DEVICE_PACKAGE_OVERLAYS := device/samsung/c1-common/overlay
# Libs
PRODUCT_PACKAGES := \
gps.smdkv310 \
lights.smdkv310
# These are the hardware-specific configuration files
PRODUCT_COPY_FILES := \
device/samsung/c1-common/etc/asound.conf:system/etc/asound.conf \
@ -51,8 +56,8 @@ PRODUCT_COPY_FILES := \
# Init files
PRODUCT_COPY_FILES += \
device/samsung/c1-common/init.rc:root/init.rc \
device/samsung/c1-common/init.smdkc210.rc:root/init.smdkc210.rc \
device/samsung/c1-common/ueventd.smdkc210.rc:root/ueventd.smdkc210.rc
device/samsung/c1-common/init.smdkv310.rc:root/init.smdkv310.rc \
device/samsung/c1-common/ueventd.smdkv310.rc:root/ueventd.smdkv310.rc
# Configuration files for audio
PRODUCT_COPY_FILES += \

View File

@ -24,7 +24,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_MODULE := lights.GT-I9100
LOCAL_MODULE := lights.$(TARGET_BOOTLOADER_BOARD_NAME)
LOCAL_MODULE_TAGS := optional