Fix build prop and add patches

This commit is contained in:
Nehemiah of Zebulun 2024-06-23 12:03:41 -04:00
parent f7e2cd8caa
commit a8ac8dfb69
4 changed files with 16685 additions and 1 deletions

View File

@ -1,3 +1,3 @@
include build/make/target/board/generic_arm64/BoardConfig.mk include build/make/target/board/generic_arm64/BoardConfig.mk
TARGET_SYSTEM_PROP := device/wephone/jelly_start/system.prop $(TARGET_SYSTEM_PROP) TARGET_SYSTEM_PROP := device/wephone/jelly_star/system.prop $(TARGET_SYSTEM_PROP)

16659
patches/boot_image.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,12 @@
diff --git a/build/tasks/tests/platform_test_list.mk b/build/tasks/tests/platform_test_list.mk
index 5c5f70fa7..4669e2b44 100644
--- a/build/tasks/tests/platform_test_list.mk
+++ b/build/tasks/tests/platform_test_list.mk
@@ -20,7 +20,6 @@ platform_tests += \
BootHelperApp \
BusinessCard \
CalculatorFunctionalTests \
- CalendarTests \
camera_client_test \
camera_metadata_tests \
CellBroadcastReceiverTests \

View File

@ -0,0 +1,13 @@
diff --git a/src/com/android/launcher3/config/FeatureFlags.java b/src/com/android/launcher3/config/FeatureFlags.java
index 33beacd4c0..bd2400ecbc 100644
--- a/src/com/android/launcher3/config/FeatureFlags.java
+++ b/src/com/android/launcher3/config/FeatureFlags.java
@@ -52,7 +52,7 @@ public final class FeatureFlags {
* Enable moving the QSB on the 0th screen of the workspace. This is not a configuration feature
* and should be modified at a project level.
*/
- public static final boolean QSB_ON_FIRST_SCREEN = BuildConfig.QSB_ON_FIRST_SCREEN;
+ public static final boolean QSB_ON_FIRST_SCREEN = false;
/**
* Feature flag to handle define config changes dynamically instead of killing the process.