platform_vendor_tequila/build/tools
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
..
droiddoc/templates-cmsdk vendor/cm: Represent as CyanogenMod API's 2015-06-23 17:34:30 -07:00
smali extract_utils: Update smali/backsmali to v2.2b4 2017-01-06 10:24:41 +00:00
extract_utils.sh extract-utils: Fix handling of pulling src:dest pairs from dumps 2017-03-04 05:16:28 -05:00
getb64key.py tools: getb64key - print the base64 version of a PEM public key file 2017-01-02 01:20:45 +00:00
repopick.py build: repopick: point to LineageOS gerrit 2016-12-27 10:32:16 -06:00
roomservice.py cm: support lineage device trees 2016-12-31 21:29:32 +00:00