summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xBoardConfig.mk2
-rwxr-xr-xsetup-makefiles.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 5cdc977..881cd52 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -22,6 +22,8 @@ BOARD_USES_GENERIC_AUDIO := false
BOARD_USES_LIBSECRIL_STUB := true
+BOARD_NO_PAGE_FLIPPING := 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 793af69..6458a2e 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -78,6 +78,8 @@ USE_CAMERA_STUB := false
BOARD_USES_GENERIC_AUDIO := false
BOARD_USES_LIBSECRIL_STUB := false
+
+BOARD_NO_PAGE_FLIPPING := false
EOF
mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/overlay/packages/apps/Launcher2/res/layout