Dark boot on dark theme.

Bug: 113028175
Bug: 134157796
Test: Build and flash walleye with the matching bootloader change.
      Check serial log regarding the start of vendor.darkboot and
      vendor.darkboot_clear services when toggling dark theme in
      Settings. Also read the value via `dd bs=1 skip=14408
      if=/dev/block/sdd1 count=32 | xxd` to confirm the change.
Test: Trigger a factory reset via Settings. Check the value in /misc
      after the reset.
Change-Id: Ie8504cec4358576890cc395de8df1679fa52fa01
This commit is contained in:
Tao Bao
2019-06-03 15:30:17 -07:00
parent bd64681923
commit f0a2c6de3a
4 changed files with 126 additions and 0 deletions

View File

@@ -35,3 +35,8 @@ BOARD_LISA_TARGET_SCRIPTS := device/google/wahoo/lisa/
BOARD_KERNEL_CMDLINE += androidboot.dtbo_idx=3
BOARD_EXT4_SHARE_DUP_BLOCKS := true
TARGET_RECOVERY_UI_LIB := \
librecovery_ui_walleye \
libbootloader_message \
libfstab