No description
Find a file
Tao Bao bb625d2099 Free the stash after its use in BBOTA v2.
In BBOTA v2, the stash size computation is inaccurate. A stash will be
used only once, so we deduct its size from stashed_blocks right after
its use. However, the stash doesn't actually get freed until being
overwritten by another stash or destroyed at the end of an update. This
leads to OTA failures due to insufficient space on /cache. This CL
changes the BBOTA v2 script to generate an explicit free right after
its use.

Bug: 23119955
Change-Id: Icdd8352bb0ff778945937c870990a888c7a4d38b
2015-08-13 14:44:38 -07:00
core Merge "Never allow -w." 2015-08-13 16:48:18 +00:00
libs/host Remove unused "host/Directories.h". 2015-07-28 07:49:02 -07:00
target Merge changes from topic 'file_contexts.bin' 2015-08-12 23:46:28 +00:00
tools Free the stash after its use in BBOTA v2. 2015-08-13 14:44:38 -07:00
.gitignore Add build subprojects to .gitignore 2015-07-23 13:18:47 -07:00
buildspec.mk.default Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG 2013-07-25 15:52:17 -07:00
CleanSpec.mk Change eng builds from interpret-only to verify-at-runtime 2015-03-20 11:15:20 -07:00
envsetup.sh Add system/core to the PYTHONPATH. 2015-07-31 13:38:47 -07:00