Description[Android] Make dex exclude paths relative to output dir.
Having a problem where the paths to exclude when dexing aren't being
properly matched. For example, I will have
'../../out/Debug/example/example.jar' in my --excluded-paths list,
but '../../../out/Debug/example/example.jar' in the paths to dex and
they won't be matched.
This came about when I tried making an uiautomator instrumentation
apk that did not share the same root as the apk under test.
BUG=
Committed: https://crrev.com/4f9c80736b16fc000e97edc0a1fd05fa896e8833
Cr-Commit-Position: refs/heads/master@{#336651}
Patch Set 1 #Patch Set 2 : Changed paths to be relative to output dir. #
Total comments: 1
Patch Set 3 : Default output_dir to cwd (and remove change to internal_rules.gni) #
Messages
Total messages: 12 (3 generated)
|