diff options
| author | Rafael Salas <calimochoazucarado@gmail.com> | 2012-10-04 12:45:35 -0700 | 
|---|---|---|
| committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-10-04 12:45:35 -0700 | 
| commit | 7d26533965fda00edb464e1ee6a5945c3c994d0d (patch) | |
| tree | 83ff50dad7843112f22b8de9f4431044881f99d6 | |
| parent | ea23b2ce072f06109b031e64c90225fa085f0273 (diff) | |
| parent | fbee7568adb1efc77b46401b79fb74b49903c63b (diff) | |
| download | device_samsung_crespo-7d26533965fda00edb464e1ee6a5945c3c994d0d.zip device_samsung_crespo-7d26533965fda00edb464e1ee6a5945c3c994d0d.tar.gz device_samsung_crespo-7d26533965fda00edb464e1ee6a5945c3c994d0d.tar.bz2  | |
Merge "Crespo: update BoardConfigCommon" into jellybean
| -rwxr-xr-x | BoardConfigCommon.mk | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0912389..cd72bc3 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -18,6 +18,8 @@  #  # Boot Animation +TARGET_SCREEN_HEIGHT := 800 +TARGET_SCREEN_WIDTH := 480  TARGET_BOOTANIMATION_PRELOAD := true  TARGET_BOOTANIMATION_TEXTURE_CACHE := true  TARGET_BOOTANIMATION_USE_RGB565 := true @@ -40,6 +42,7 @@ TARGET_BOOTLOADER_BOARD_NAME := herring  TARGET_SEC_INTERNAL_STORAGE := false  # Enable NEON feature +TARGET_ARCH := arm  TARGET_ARCH_VARIANT := armv7-a-neon  ARCH_ARM_HAVE_TLS_REGISTER := true  | 
