-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From f075046e0f3de5036bd42c78346bb5ecfefb3009 Mon Sep 17 00:00:00 2001 | ||
From 4d99d56d1e31ebcb76c55a10777c40f34ce91f2d Mon Sep 17 00:00:00 2001 | ||
From: xunmod <[email protected]> | ||
Date: Tue, 27 Aug 2024 14:24:24 +0800 | ||
Subject: [PATCH] Add adf_test | ||
|
@@ -7,7 +7,8 @@ Subject: [PATCH] Add adf_test | |
Android.mk | 2 + | ||
adf_test/Android.mk | 28 +++ | ||
adf_test/adf_test.c | 405 ++++++++++++++++++++++++++++++++++++++++++++ | ||
3 files changed, 435 insertions(+) | ||
prebuilt/Android.mk | 1 + | ||
4 files changed, 436 insertions(+) | ||
create mode 100644 adf_test/Android.mk | ||
create mode 100644 adf_test/adf_test.c | ||
|
||
|
@@ -476,6 +477,18 @@ index 0000000..4ac4c5f | |
+ teardown(); | ||
+ return 0; | ||
+} | ||
diff --git a/prebuilt/Android.mk b/prebuilt/Android.mk | ||
index 17636ae..ee9b36e 100644 | ||
--- a/prebuilt/Android.mk | ||
+++ b/prebuilt/Android.mk | ||
@@ -11,6 +11,7 @@ LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES | ||
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin | ||
|
||
# Manage list | ||
+RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/adf_test | ||
RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/dump_image | ||
RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/flash_image | ||
RELINK_SOURCE_FILES += $(TARGET_RECOVERY_ROOT_OUT)/sbin/erase_image | ||
-- | ||
2.46.0 | ||
|