add gs101-specific recovery library

This library is hooked into the recovery code via
hardware/google/pixel/recovery and contains routines specific to the
GS101-based hardware.

Bug: 182508814
Test: did master reset on device with keys, verified no keys present after reset
Signed-off-by: Jeffrey Carlyle <jcarlyle@google.com>
Change-Id: Ia8fc29e6c043c58c09f189ac5dc91c4093cf64b6
This commit is contained in:
Jeffrey Carlyle 2021-06-15 08:26:29 -07:00 committed by TreeHugger Robot
parent 36d54272ae
commit 7af529801c

View file

@ -63,6 +63,7 @@ TARGET_RECOVERY_FSTAB := device/google/gs101/conf/fstab.gs101
TARGET_RECOVERY_PIXEL_FORMAT := ABGR_8888 TARGET_RECOVERY_PIXEL_FORMAT := ABGR_8888
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 165 TARGET_RECOVERY_UI_MARGIN_HEIGHT := 165
TARGET_RECOVERY_UI_LIB := \ TARGET_RECOVERY_UI_LIB := \
librecovery_ui_gs101 \
librecovery_ui_pixel \ librecovery_ui_pixel \
libfstab libfstab