platform_vendor_tequila/build
Christopher R. Palmer 052d9d9384 extract-utils: Fix handling of pulling src:dest pairs from dumps
Currently, the priority of the src and dest is inverted between
pulling from adb and pulling from a system dump.

Assume that we have a camera wrapper and write the proprietary-files.txt

lib/hw/camera.msm8996.so:lib/hw/camera.vendor.msm8996.so

If we pull from a phone running Lineage that has both files, we get

camera.vendor.msm8996.so

as the pulled blob.  If we take the exact same build and pull it
from the system dump (aka, your own $OUT directory that built the
installed software) you get

camera.msm8996.so

pull instead!

Make both paths follow the same logic so that you get the same
file independent of the source.

Change-Id: I479e0ae765339cc38fa05fcaad7943c528129463
2017-03-04 05:16:28 -05:00
..
core http_prebuilt: Improve retrieval of artifacts from archive 2017-01-12 00:50:44 -06:00
target/product/security Use releasekey instead of platform for extra recovery keys 2017-02-24 01:25:38 +00:00
tasks tasks: dt: add flag to optionally compress dt with lz4 2017-02-09 18:59:12 +00:00
tools extract-utils: Fix handling of pulling src:dest pairs from dumps 2017-03-04 05:16:28 -05:00
envsetup.sh build: Pass path into grep instead of using cat 2017-02-23 18:49:38 +00:00