diff options
author | Shawn Alty <shawn.alty@gmail.com> | 2011-11-24 01:30:10 -0600 |
---|---|---|
committer | Shawn Alty <shawn.alty@gmail.com> | 2011-11-24 01:30:10 -0600 |
commit | a96656f3a633bb96be107b5a64df83d927d02902 (patch) | |
tree | afe15a746c3dd117b7643ca5518b6ab46df0baad | |
parent | 1935a5bd71c3b827bb855b573fc88b3818ed7198 (diff) | |
download | device_samsung_galaxysmtd-a96656f3a633bb96be107b5a64df83d927d02902.zip device_samsung_galaxysmtd-a96656f3a633bb96be107b5a64df83d927d02902.tar.gz device_samsung_galaxysmtd-a96656f3a633bb96be107b5a64df83d927d02902.tar.bz2 |
fix a derp
-rw-r--r-- | BoardConfig.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index b33fdd0..0e15033 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -17,8 +17,11 @@ # Product-specific compile-time definitions. # -# Import the aries-common BoardConfigCommon.mk -include device/samsung/aries-common/BoardConfigCommon.mk +#Video Devices +BOARD_SECOND_CAMERA_DEVICE := /dev/video2 + +#Prebuilt Kernel +TARGET_PREBUILT_KERNEL := device/samsung/galaxysmtd/kernel # FM Radio BOARD_HAVE_FM_RADIO := true @@ -29,3 +32,6 @@ BOARD_FM_DEVICE := si4709 BOARD_CUSTOM_RECOVERY_KEYMAPPING := ../../device/samsung/galaxysmtd/recovery/recovery_keys.c TARGET_OTA_ASSERT_DEVICE := galaxys,galaxysmtd,GT-I9000,GT-I9000M,GT-I9000T + +# Import the aries-common BoardConfigCommon.mk +include device/samsung/aries-common/BoardConfigCommon.mk |