summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-04-01 10:05:55 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-04-01 10:05:55 -0700
commitbe71d879c0d8dbd536547b400856fa8f39f4ee55 (patch)
tree43cc8e27a5251394119554cc8a410b24b61b117c
parentfd3a463eb008c5c10c1c5537d2db0615d36cb8a1 (diff)
parent224ab16269d1a27f2028bdcf2eceec6bfcd74951 (diff)
downloaddevice_samsung_crespo-be71d879c0d8dbd536547b400856fa8f39f4ee55.zip
device_samsung_crespo-be71d879c0d8dbd536547b400856fa8f39f4ee55.tar.gz
device_samsung_crespo-be71d879c0d8dbd536547b400856fa8f39f4ee55.tar.bz2
Merge "Disable 32bpp in pure open-source builds." into gingerbread
-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 6458a2e..916c1ea 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -80,6 +80,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