diff options
author | Colin Cross <ccross@android.com> | 2017-08-29 17:06:09 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2017-09-21 10:56:42 -0700 |
commit | 70d863fdc17969b4638caf830d0567adc20a6100 (patch) | |
tree | 1dbc75158882e0117a633349d524a33d520e71a7 /Android.bp | |
parent | 604b31b82663ae54ca1827b83f11474e625a6c66 (diff) |
Convert libcore java to Android.bp
See build/soong/README.md for more information.
Test: m -j checkbuild
Test: classes.dex for core-oj is identical
Test: classes.dex for core-libart only has extra bridge methods (b/65645120)
Change-Id: I0f81937dcc6efba87e7f61b2d5840b18068cd587
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 2230ac7a0c..a94c85dcd9 100644 --- a/Android.bp +++ b/Android.bp @@ -1,3 +1,4 @@ build = [ + "JavaLibrary.bp", "NativeCode.bp", ] |