commit | ca37190711ca48a6bfd6b5700a54cd580abd1e5b | [log] [tgz] |
---|---|---|
author | Robert Craig <rpcraig@tycho.ncsc.mil> | Fri Jan 17 09:13:50 2014 -0500 |
committer | Robert Craig <rpcraig@tycho.ncsc.mil> | Fri Jan 17 09:13:50 2014 -0500 |
tree | 38fd8cbbfa3f10323813597c56c9de2aa0b00519 | |
parent | 166bc090ab0ac7ac7a620889fd96656be4ca69c1 [diff] |
Fix filter rule when checking for apks in PRODUCT_COPY_FILES. PRODUCT_COPY_FILES entries can include the src:dest:owner syntax versus src:dest. This causes the filter to miss certain cases. Instead use the word-colon function to grab the dest regardless of syntax. Change-Id: I1f4e57a236c1db148bada0cfe5bd1e87bb1194d6 Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>