commit | d31eb32940d516771da392939f6e6aecb7465f69 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Wed May 31 19:55:12 2017 +0800 |
committer | Logan Chien <loganchien@google.com> | Fri Jun 02 10:00:08 2017 +0800 |
tree | 2213029e56581b205df64427352d7a66b2392bce | |
parent | df9de8d4e9621ca8ce1c4f489b384ac3326840a8 [diff] |
vndk-def: Introduce better eligible list This commit adds TaggedLibDict to read eligible list from CSV files and decide whether a lib is visible to another module. Note: The file format for eligible-list.csv has been changed. Prepend library names with `/system/${LIB}/`, e.g. `/system/${LIB}/libc.so`. Test: ./tests/test_tagged_lib_dict.py Test: ./tests/run.py Change-Id: Id415642b7a5609a3cf791364519a443a6c17c1a3