summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-03-31 19:35:28 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-03-31 19:35:28 -0700
commit224ab16269d1a27f2028bdcf2eceec6bfcd74951 (patch)
treecc97c1d58f8c3d7584f36078472d347231df03df
parentce1b342c332b6d466a9cf78dafa82256e0270bb6 (diff)
downloaddevice_samsung_crespo-224ab16269d1a27f2028bdcf2eceec6bfcd74951.zip
device_samsung_crespo-224ab16269d1a27f2028bdcf2eceec6bfcd74951.tar.gz
device_samsung_crespo-224ab16269d1a27f2028bdcf2eceec6bfcd74951.tar.bz2
Disable 32bpp in pure open-source builds.
Bug: 4197654 Change-Id: Ied71399edba0dee88bcd86566622d0d139a5baa2
-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