commit | 74ccefbee5682a0bdc42d51561b000c34caee7f2 | [log] [tgz] |
---|---|---|
author | Chih-Wei Huang <cwhuang@linux.org.tw> | Mon Oct 05 00:28:47 2015 +0800 |
committer | Chih-Wei Huang <cwhuang@android-x86.org> | Wed Oct 14 18:56:14 2015 +0800 |
tree | f1b1828eca80a861251421b66a9599218866e1f0 | |
parent | 723a26530f801640e8fb9fe037a9f6ca9abe1f39 [diff] |
Let get-prebuilt-src-arch return empty if the input is empty The list of archs of a pure java apk (no native libs) is empty. In this case get-prebuilt-src-arch still return 'none'. If it's set to LOCAL_MODULE_TARGET_ARCH, it makes the apk be incompatible with the building target. It's not good. Just return empty in this case. Change-Id: Ide75cdb08c8480c8e7d3a0ac59f41831fbc18bd5