diff options
author | Doug Zongker <dougz@android.com> | 2012-02-28 12:30:13 -0800 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2012-02-28 12:30:13 -0800 |
commit | 35a35a67663127e42c8048ca0dc7465068a5606f (patch) | |
tree | a0b696ede787cb415db411df39d181edc5c290c0 /minelf/Retouch.h | |
parent | b07b293944c2002a39bbd804f0b6f590ed8458cd (diff) | |
download | bootable_recovery-35a35a67663127e42c8048ca0dc7465068a5606f.zip bootable_recovery-35a35a67663127e42c8048ca0dc7465068a5606f.tar.gz bootable_recovery-35a35a67663127e42c8048ca0dc7465068a5606f.tar.bz2 |
remove retouching code from updater
Removes the retouch_binaries and undo_retouch_binaries from updater;
newly generated OTA packages should not call them any more.
Note that applypatch retains the ability to unretouch a file as it
reads it. This will be needed as long as we want to support OTAs from
devices that were installed with retouching.
Change-Id: Ib3f6baeae90c84ba85983f626d821ab7e436ceb2
Diffstat (limited to 'minelf/Retouch.h')
-rw-r--r-- | minelf/Retouch.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/minelf/Retouch.h b/minelf/Retouch.h index 048d78e..13bacd5 100644 --- a/minelf/Retouch.h +++ b/minelf/Retouch.h @@ -25,12 +25,6 @@ typedef struct { uint32_t blob_size; /* in bytes, located right before this struct */ } retouch_info_t __attribute__((packed)); -// Retouch a file. Use CACHED_SOURCE_TEMP to store a copy. -bool retouch_one_library(const char *binary_name, - const char *binary_sha1, - int32_t retouch_offset, - int32_t *retouch_offset_override); - #define RETOUCH_DONT_MASK 0 #define RETOUCH_DO_MASK 1 |