diff options
author | 2018-02-12 18:27:56 -0800 | |
---|---|---|
committer | 2018-02-14 10:57:05 -0800 | |
commit | 334b9d73482fba9c335d9b758041fc0865ef74d4 (patch) | |
tree | 1e0d2050065110c37ee03ee8010ec24c8d31f32e /libdexfile/generate-operator-out.py | |
parent | db8d9091bbab41060584ab80882b60df20337da7 (diff) |
Move libdexfile out of runtime
Move the files out of runtime, leaving unfortunate dependences still
there on runtime/base (for the moment). Also separates the build logic
into two Android.bp files.
Bug: 22322814
Test: make -j 50 test-art-host
Change-Id: Ib0a1cda833b29ecfa4c8c50f23fab89ba666f491
Diffstat (limited to 'libdexfile/generate-operator-out.py')
l--------- | libdexfile/generate-operator-out.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdexfile/generate-operator-out.py b/libdexfile/generate-operator-out.py new file mode 120000 index 0000000000..cc291d20c1 --- /dev/null +++ b/libdexfile/generate-operator-out.py @@ -0,0 +1 @@ +../tools/generate-operator-out.py
\ No newline at end of file |