Fix build prop and add patches
This commit is contained in:
parent
f7e2cd8caa
commit
a8ac8dfb69
@ -1,3 +1,3 @@
|
||||
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
16659
patches/boot_image.patch
Normal file
File diff suppressed because it is too large
Load Diff
12
patches/calendar_test.patch
Normal file
12
patches/calendar_test.patch
Normal 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 \
|
13
patches/qsb_on_first_screen.patch
Normal file
13
patches/qsb_on_first_screen.patch
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user