diff options
author | 2017-05-25 23:55:32 -0700 | |
---|---|---|
committer | 2017-08-31 15:41:47 -0700 | |
commit | 40962998a21708a4a06c8fd9b2254b6db7796f64 (patch) | |
tree | be9c0cc444a0e1480a4e97f21edeff012300a749 | |
parent | add7fdf1a5d7652cfc8ef8da4e517eb4e11e0e08 (diff) |
Add external/python/* in root.bp
Bug: b/38395161
Test: mma under external/python/cpython2
Change-Id: I95fde837025022bf0f6b65246ab0a35a0b41972c
-rw-r--r-- | root.bp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ optional_subdirs = [ "development/*", "device/*/*", "external/*", + "external/python/*", "frameworks/*", "frameworks/compile/*", "frameworks/hardware/interfaces", |