summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@chromium.org>2022-03-17 18:07:53 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-07 10:23:08 +0000
commit847ee5a830e4dc1d00fab2eb70465e3cddd1fb27 (patch)
tree8df7c2f3091c54e2141feb7b8531b2a97011e7cc /Android.mk
parentbc952540dfeb2f2441e24a33965f62cc12681f96 (diff)
downloadvboot-847ee5a830e4dc1d00fab2eb70465e3cddd1fb27.tar.gz
With a series of UI callback functions removed from depthcharge (see the long CL list in Cq-Depend below), now we can remove them from vboot2 API. BUG=b:172339016 TEST=make runtests -j TEST=emerge-corsola libpayload depthcharge BRANCH=none Cq-Depend: chromium:3581323, chromium:3581320, chromium:3587669 Cq-Depend: chromium:3611670, chromium:3631467, chromium:3631405 Cq-Depend: chromium:3677727, chromium:3681952 Change-Id: Icccaf81b8a6f16780bf68a6f1f3aa01689fc9ed8 Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3682754 Reviewed-by: Hsuan Ting Chen <roccochen@chromium.org>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index c54a3b73..e0ba6aa4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -67,7 +67,6 @@ VBSF_SRCS += \
firmware/stub/vboot_api_stub_sf.c
VBSLK_SRCS += \
- firmware/stub/vboot_api_stub.c \
firmware/stub/vboot_api_stub_disk.c \
firmware/stub/vboot_api_stub_stream.c
@@ -169,4 +168,3 @@ LOCAL_GENERATED_SOURCES := $(generated_sources)/futility_cmds.c
LOCAL_STATIC_LIBRARIES := libvboot_util-host
LOCAL_SHARED_LIBRARIES := libcrypto-host
include $(BUILD_HOST_EXECUTABLE)
-