diff options
author | Ying Wang <wangying@google.com> | 2015-03-10 12:02:57 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2015-03-11 10:38:13 -0700 |
commit | f25838a7ea81f64d14cc1e7a612a35b9a8c8c6a6 (patch) | |
tree | fdcadedaa8eadd088ee22b5961189e2f69832db8 /target | |
parent | fafe5ac81940caaa6b222433a2fd9ef5e1239686 (diff) | |
download | build-f25838a7ea81f64d14cc1e7a612a35b9a8c8c6a6.zip build-f25838a7ea81f64d14cc1e7a612a35b9a8c8c6a6.tar.gz build-f25838a7ea81f64d14cc1e7a612a35b9a8c8c6a6.tar.bz2 |
Support modules to be installed directly to recovery.img
Previously the recovery binary was configured to be installed to the
system.img and then got copied to recovery.img in the recovery.img's
build rule.
With this change, a module, such as the recovery binary, can configure
itself to be installed directly to the recovery.img, just like how other
modules get installed to system.img.
Bug: 19667686
Change-Id: I46b0b4a95cf078a68999db9c0f6635d6a3f5cd86
Diffstat (limited to 'target')
-rw-r--r-- | target/product/embedded.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/embedded.mk b/target/product/embedded.mk index 56a5f97..96c0b77 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -63,6 +63,7 @@ PRODUCT_PACKAGES += \ logwrapper \ mkshrc \ reboot \ + recovery \ service \ servicemanager \ sh \ |