summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-04-04 14:42:34 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-04-04 14:42:34 -0700
commit11464f7e3d177460daf05ed952287a43cd9bedf9 (patch)
tree89249c297e86bd2a3fb8deae93198288d0bf8e79
parentb2715228785147432ea01a889b3af17d77491cb0 (diff)
parentbe71d879c0d8dbd536547b400856fa8f39f4ee55 (diff)
downloaddevice_samsung_crespo-11464f7e3d177460daf05ed952287a43cd9bedf9.zip
device_samsung_crespo-11464f7e3d177460daf05ed952287a43cd9bedf9.tar.gz
device_samsung_crespo-11464f7e3d177460daf05ed952287a43cd9bedf9.tar.bz2
am be71d879: Merge "Disable 32bpp in pure open-source builds." into gingerbread
* commit 'be71d879c0d8dbd536547b400856fa8f39f4ee55': Disable 32bpp in pure open-source builds.
-rwxr-xr-xBoardConfig.mk1
-rwxr-xr-xsetup-makefiles.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 278bf0c..c082896 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -23,6 +23,7 @@ BOARD_USES_GENERIC_AUDIO := false
BOARD_USES_LIBSECRIL_STUB := true
BOARD_NO_PAGE_FLIPPING := true
+BOARD_NO_32BPP := true
# Use the non-open-source parts, if they're present
-include vendor/samsung/crespo/BoardConfigVendor.mk
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 1e54f2a..30b037b 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -85,6 +85,7 @@ BOARD_USES_GENERIC_AUDIO := false
BOARD_USES_LIBSECRIL_STUB := false
BOARD_NO_PAGE_FLIPPING := false
+BOARD_NO_32BPP := false
EOF
mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/overlay/packages/apps/Launcher2/res/layout