commit | 7b63e9d8cc9c33bda8623c12e86ea6cb8e1f618f | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Mon Feb 12 17:42:11 2018 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Mon Feb 12 17:47:56 2018 +0900 |
tree | f56c2fcc1d317dd0a80f0625f08a8ca2e1fecf1d | |
parent | 7a498a96c082fd6baee468261128e9f0080ef2df [diff] |
MediaSession2: Fix bug in runtest.sh for finding test apk The script had searched the apk under the ${OUT}, but it sometimes match with the invalid apk under ${OUT}/obj/PACKAGING. Limits the search directory to ${OUT}/system and ${OUT}/data to exclude obj directory. Test: Run all MediaComponents tests once Change-Id: I733b381cbc8e56b5c28515bc93931ce1e5d67e40