summaryrefslogtreecommitdiffstats
path: root/toolbox/Android.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependence on build hax in makefilesMatt Mower2014-11-031-6/+6
| | | | | | | | | Update makefiles to no longer rely on INTERNAL_RECOVERY_FILES. Define LOCAL_ADDITIONAL_DEPENDENCIES instead. Set LOCAL_LDFLAGS to properly link recovery executable. Change-Id: I4542104c69399b5a19674b9772ab89c3709efa72
* Only use SELinux tools from toolbox if not in busyboxMatt Mower2014-09-031-1/+4
| | | | | | | | If busybox has SELinux support, we don't need toolbox to provide SELinux specific tools. Check busybox for restorecon to see if SELinux support is present and then adjust the tools built by toolbox based on this. Change-Id: I30a2b036b97ac3e26510d5e0498c52d7a8af36e1
* Add option to build TWRP with toolbox instead of busyboxEthan Yonker2014-04-041-0/+62
| | | | | | | Makes a smaller TWRP Uses mksh for shell Change-Id: If78d7745dda8919fcb2e9c9b60c6696063c14114
* Fix merge conflicts and update for 4.4 kitkatDees Troy2013-11-021-7/+11
| | | | | | | | Make a copy of libmincrypt in TWRP source so we do not have to ifdef verifier.cpp for various versions of mincrypt. Remove reboot tool from toolbox (it was removed from 4.4 and did not compile properly on some devices in older trees)
* Add toolbox_recovery rulesDees Troy2013-10-161-0/+80
Build special limited toolbox with SELinux tools for recovery Change-Id: Ifc76a6bd0468a72081f15ede2a68adf48af8a0f2