summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-05-18 19:26:15 +0200
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-18 19:26:15 +0200
commitf9712d6d40773b6661a5d4933f4b812dbff1e4bf (patch)
tree212daf27edfd7fc2884871398936b0d13c4ba53f /Android.mk
parentMerge "Allos IsUsbConnected() to be overridden" am: 54e28fed8a (diff)
parentMerge "Add EthernetDevice to manage ethernet connection." (diff)
downloadandroid_bootable_recovery-f9712d6d40773b6661a5d4933f4b812dbff1e4bf.tar
android_bootable_recovery-f9712d6d40773b6661a5d4933f4b812dbff1e4bf.tar.gz
android_bootable_recovery-f9712d6d40773b6661a5d4933f4b812dbff1e4bf.tar.bz2
android_bootable_recovery-f9712d6d40773b6661a5d4933f4b812dbff1e4bf.tar.lz
android_bootable_recovery-f9712d6d40773b6661a5d4933f4b812dbff1e4bf.tar.xz
android_bootable_recovery-f9712d6d40773b6661a5d4933f4b812dbff1e4bf.tar.zst
android_bootable_recovery-f9712d6d40773b6661a5d4933f4b812dbff1e4bf.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index d727ca2af..58167491a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,9 +18,9 @@ LOCAL_PATH := $(call my-dir)
RECOVERY_API_VERSION := 3
RECOVERY_FSTAB_VERSION := 2
-# TARGET_RECOVERY_UI_LIB should be one of librecovery_ui_{default,wear,vr} or a device-specific
-# module that defines make_device() and the exact RecoveryUI class for the target. It defaults to
-# librecovery_ui_default, which uses ScreenRecoveryUI.
+# TARGET_RECOVERY_UI_LIB should be one of librecovery_ui_{default,wear,vr,ethernet} or a
+# device-specific module that defines make_device() and the exact RecoveryUI class for the
+# target. It defaults to librecovery_ui_default, which uses ScreenRecoveryUI.
TARGET_RECOVERY_UI_LIB ?= librecovery_ui_default
# librecovery_ui_ext (shared library)