Mariano Giardina
a43852fcdc
Merge "Revert "core: Move core.oat bootjar definitions into core/config"" am: 1e14bc3b7b
am: cc33b6005f
...
am: 78d9b75329
Change-Id: I1bd6af643810358d4ea8426338607c6f506dad72
2017-06-15 11:15:23 +00:00
Mariano Giardina
78d9b75329
Merge "Revert "core: Move core.oat bootjar definitions into core/config"" am: 1e14bc3b7b
...
am: cc33b6005f
Change-Id: I2f7465d6bd723c85aa0c028e8e8268d631c13d02
2017-06-15 11:12:23 +00:00
Mariano Giardina
cc33b6005f
Merge "Revert "core: Move core.oat bootjar definitions into core/config""
...
am: 1e14bc3b7b
Change-Id: I6d366d325fd951302c492e32248d0f6469999225
2017-06-15 11:09:24 +00:00
Mariano Giardina
1e14bc3b7b
Merge "Revert "core: Move core.oat bootjar definitions into core/config""
2017-06-15 11:01:29 +00:00
Mariano Giardina
2f137ee118
Revert "core: Move core.oat bootjar definitions into core/config"
...
This reverts commit 8c50798243
.
Possible culprit of breakage in git_master sdk_google_aw_x86:
FAILED: out/target/product/generic_x86/dex_bootjars/system/framework/x86/boot.art
ex2oatd E 06-15 03:56:00 47990 47990 runtime.cc:1761] Failed to return pre-allocated NoClassDefFoundError
dex2oatd F 06-15 03:56:00 47990 47990 thread.cc:3591] Check failed: new_exception != nullptr
Testing if Treehugger passes with the rollback before submitting
https://android-build.googleplex.com/builds/submitted/4101897/sdk_google_aw_x86-sdk/latest/view/logs/build_error.log
Change-Id: Iceac31e775eaf3cd5fd9b3d2a17d3af200e35b27
2017-06-15 10:14:51 +00:00
Paul Duffin
e101faa214
Merge "Add junit/textui/** to the proguard filter" am: 3b3bffc0d0
am: 5022a346c7
...
am: b61544dd73
Change-Id: Ia0f9214c51370fa6160652614bc39504e237246b
2017-06-15 09:15:46 +00:00
Paul Duffin
b61544dd73
Merge "Add junit/textui/** to the proguard filter" am: 3b3bffc0d0
...
am: 5022a346c7
Change-Id: I5ba99c3e20a0aeee1c8a6c5bd6119a1615112cb5
2017-06-15 09:12:50 +00:00
Paul Duffin
5022a346c7
Merge "Add junit/textui/** to the proguard filter"
...
am: 3b3bffc0d0
Change-Id: I9b04203701bc38b7b2630ce78513c8f519d10822
2017-06-15 09:09:45 +00:00
Paul Duffin
3b3bffc0d0
Merge "Add junit/textui/** to the proguard filter"
2017-06-15 09:04:08 +00:00
Paul Duffin
54747a7f09
Add junit/textui/** to the proguard filter
...
Fixes build breakage caused by having duplicate versions of
a class in the application and in the API. This workaround will
be removed once junit classes have been removed from the API.
Bug: 30188076
Test: make Browser2 ANDROID_FORCE_JACK_ENABLED=disabled
Change-Id: I9a9031d3ef6d82f35413b229d588a605f9ed39dc
2017-06-15 08:42:23 +01:00
Yoshisato Yanagisawa
1cceaef3fc
Merge "Set JAVAC_WRAPPER if USE_GOMA is set." am: aa09aa819f
am: cc2ca23b1e
...
am: 7b691489a8
Change-Id: I1aad4f8b17853308346d62cf70a54d6503ba9675
2017-06-15 07:42:11 +00:00
Yoshisato Yanagisawa
7b691489a8
Merge "Set JAVAC_WRAPPER if USE_GOMA is set." am: aa09aa819f
...
am: cc2ca23b1e
Change-Id: Ie7288bc85507008efeed8bf5a3b42ceb2392062b
2017-06-15 07:38:39 +00:00
Yoshisato Yanagisawa
cc2ca23b1e
Merge "Set JAVAC_WRAPPER if USE_GOMA is set."
...
am: aa09aa819f
Change-Id: I01f0900fff9e4fb0b1acc09e605a9a0814189a93
2017-06-15 07:35:38 +00:00
Treehugger Robot
aa09aa819f
Merge "Set JAVAC_WRAPPER if USE_GOMA is set."
2017-06-15 07:28:26 +00:00
Igor Murashkin
ca811c825c
Merge "core: Move core.oat bootjar definitions into core/config" am: 5e1aa20225
am: db52463bb3
...
am: 9c57325093
Change-Id: If1ec447b21e277a023b016868db1633379acc5e0
2017-06-15 03:19:07 +00:00
Igor Murashkin
9c57325093
Merge "core: Move core.oat bootjar definitions into core/config" am: 5e1aa20225
...
am: db52463bb3
Change-Id: I7fe90df0a8dae2fb5aa9f0dbcfc21a77b2700a87
2017-06-15 03:16:07 +00:00
Igor Murashkin
db52463bb3
Merge "core: Move core.oat bootjar definitions into core/config"
...
am: 5e1aa20225
Change-Id: Iede6a5ad12024e083accede4757a4be33d678aee
2017-06-15 03:10:06 +00:00
Igor Murashkin
5e1aa20225
Merge "core: Move core.oat bootjar definitions into core/config"
2017-06-15 03:06:12 +00:00
Igor Murashkin
8c50798243
core: Move core.oat bootjar definitions into core/config
...
TARGET_CORE_JARS and HOST_CORE_JARS define the minimal
bootclasspath jars necessary to run with dalvikvm/art.
Also refactor PRODUCT_BOOT_JARS to reuse TARGET_CORE_JARS.
(These changes are required to figure out what --bootclasspath_entry
to pass to desugar).
Bug: 36902714
Test: make -j32 && make -j32 build-art-host build-art-target
Change-Id: I620e28be41047a1d501d7f144fe415ee4a0af36f
2017-06-14 10:02:09 -07:00
Paul Duffin
9a8b2f7d96
Merge "Added android.test.mock to PRODUCT_PACKAGES" am: 87b69b97f3
am: b349e09a18
...
am: f170ad5f55
Change-Id: I8f7a8633714905672694f5b44ec3f3209bbbea6f
2017-06-14 11:17:13 +00:00
Paul Duffin
f170ad5f55
Merge "Added android.test.mock to PRODUCT_PACKAGES" am: 87b69b97f3
...
am: b349e09a18
Change-Id: I242537e012490770a7a3bbdd235dc6016984804b
2017-06-14 11:14:43 +00:00
Paul Duffin
b349e09a18
Merge "Added android.test.mock to PRODUCT_PACKAGES"
...
am: 87b69b97f3
Change-Id: I59df6966eba2aa4a12bfb4081cd6b6a75c313210
2017-06-14 11:12:43 +00:00
Paul Duffin
87b69b97f3
Merge "Added android.test.mock to PRODUCT_PACKAGES"
2017-06-14 11:06:22 +00:00
Android Build Merger (Role)
a50f74870d
Merge "Merge "Add more libs into generic AOSP system image" into oc-dev am: 57fb2214ab
am: 4a421a28d0" into oc-dr1-dev-plus-aosp
2017-06-14 09:12:26 +00:00
SzuWei Lin
c5971c7bff
Merge "Add more libs into generic AOSP system image" into oc-dev am: 57fb2214ab
...
am: 47400c5e34
Change-Id: Iffefb631653a13b7c0d334aadffe30010114b10d
2017-06-14 09:12:04 +00:00
SzuWei Lin
13791b5362
Merge "Add more libs into generic AOSP system image" into oc-dev am: 57fb2214ab
...
am: 4a421a28d0
Change-Id: I73c4b4efd39f14dfcb067b7aa44481a867d0d037
2017-06-14 09:12:04 +00:00
SzuWei Lin
47400c5e34
Merge "Add more libs into generic AOSP system image" into oc-dev
...
am: 57fb2214ab
Change-Id: If56dc8c2a6417b527c243af0151b428677f16f55
2017-06-14 09:10:04 +00:00
SzuWei Lin
4a421a28d0
Merge "Add more libs into generic AOSP system image" into oc-dev
...
am: 57fb2214ab
Change-Id: I011b16eb3c7ee21a52a04586d8249254e8d53dc8
2017-06-14 09:10:04 +00:00
TreeHugger Robot
57fb2214ab
Merge "Add more libs into generic AOSP system image" into oc-dev
2017-06-14 09:06:45 +00:00
Android Build Merger (Role)
d2173f63c3
Merge "Merge "Fix audio policy configuration for generic targets" into oc-dev am: 34d8c95fd7
am: 71891cdb3e" into oc-dr1-dev-plus-aosp
2017-06-14 08:26:01 +00:00
Isaac Chen
32e152136e
Merge "Fix audio policy configuration for generic targets" into oc-dev am: 34d8c95fd7
...
am: 71891cdb3e
Change-Id: I50fe0d246441db9a6fbece919b5cc5a47470fc80
2017-06-14 08:25:06 +00:00
Isaac Chen
47a95bb673
Merge "Fix audio policy configuration for generic targets" into oc-dev am: 34d8c95fd7
...
am: ea97912057
Change-Id: I0ebf242f841c9c778e943b1cc2d31598e906476a
2017-06-14 08:25:05 +00:00
Isaac Chen
ea97912057
Merge "Fix audio policy configuration for generic targets" into oc-dev
...
am: 34d8c95fd7
Change-Id: I1d5a39cec809f91477e09c8545c6d1173152ea0f
2017-06-14 08:22:36 +00:00
Isaac Chen
71891cdb3e
Merge "Fix audio policy configuration for generic targets" into oc-dev
...
am: 34d8c95fd7
Change-Id: I16ab64f6955031bfced51e8049f96f95033624ef
2017-06-14 08:22:36 +00:00
TreeHugger Robot
34d8c95fd7
Merge "Fix audio policy configuration for generic targets" into oc-dev
2017-06-14 08:17:10 +00:00
Yoshisato Yanagisawa
4f3e5685fc
Set JAVAC_WRAPPER if USE_GOMA is set.
...
Now, people can also use goma for building javac. Let me make it by
default.
Test: USE_GOMA=true m -j4
Bug: 62334576
Change-Id: I941ce42dc0f9cbd0dcc00e6fd19368c3af11695f
2017-06-14 07:57:54 +00:00
SzuWei Lin
56d68a5192
Add more libs into generic AOSP system image
...
Includes:
- more HIDL interfaces
- explicitly specify all LL-NDK and SP-NDK (currently only
libandroid_net is missing)
- add liblzma and libyuv
Bug: 38339299
Test: build aosp_arm64_ab and pass
Change-Id: Ic67d47990cf6b4ab51e1b74f0fed85e60ce3a817
2017-06-14 14:57:15 +08:00
Tao Bao
2ecc50cba4
Merge "Allow sign_target_files_apks.py to create zip64 signed TF.zip." am: 9baf675285
am: 7d5f8ec704
...
am: 5edb6ee6fd
Change-Id: Id342b801dcd112c41235bbf36d18b9ea43ef4d57
2017-06-14 06:25:45 +00:00
Hung-ying Tyan
85507e4a99
Merge "Revert "Revert "Move /default.prop to /system/etc/prop.default""" into oc-dev am: d9657ef5be
-s ours
...
am: ed4a4a5ada
Change-Id: I19d9cf8a3039cb5099d84e0ee16108a94e39fea1
2017-06-14 06:24:49 +00:00
Bowgo Tsai
b3fdefe4f8
Merge "Align size of vbmeta image to 4k boundary" am: 6b126fb7bc
am: e7151a57aa
...
am: e408b4ceb2
Change-Id: I369e41910ebb55722d4bcb65a5b01445be698482
2017-06-14 06:24:16 +00:00
TreeHugger Robot
d30cf791f6
Merge "resolve merge conflicts of a24fcf6abc
to oc-dr1-dev-plus-aosp" into oc-dr1-dev-plus-aosp
2017-06-14 06:22:14 +00:00
Tao Bao
5edb6ee6fd
Merge "Allow sign_target_files_apks.py to create zip64 signed TF.zip." am: 9baf675285
...
am: 7d5f8ec704
Change-Id: I23d08c4a7b3311afafa857e4efb5a982f8cf0f25
2017-06-14 05:49:58 +00:00
Tao Bao
7d5f8ec704
Merge "Allow sign_target_files_apks.py to create zip64 signed TF.zip."
...
am: 9baf675285
Change-Id: Ic7a9f8735ded10d36d2a97d7b3118bc0ae6f6456
2017-06-14 05:44:56 +00:00
Treehugger Robot
9baf675285
Merge "Allow sign_target_files_apks.py to create zip64 signed TF.zip."
2017-06-14 05:36:51 +00:00
Bowgo Tsai
dd6403d8ff
Merge "Align size of vbmeta image to 4k boundary" into oc-dr1-dev
...
am: 7f0e79b146
Change-Id: I6c80f285a50facbe1fc44f9a264775206cefcbc1
2017-06-14 04:20:25 +00:00
TreeHugger Robot
7f0e79b146
Merge "Align size of vbmeta image to 4k boundary" into oc-dr1-dev
2017-06-14 04:13:42 +00:00
SzuWei Lin
35998bb8e5
resolve merge conflicts of a24fcf6abc
to oc-dr1-dev-plus-aosp
...
Test: I solemnly swear I tested this conflict resolution.
Change-Id: I52993c61a80bc7aee3d49ce37b88413e8f40f832
2017-06-14 11:56:25 +08:00
Hung-ying Tyan
59996eeef3
Merge "Revert "Revert "Move /default.prop to /system/etc/prop.default""" into oc-dev am: d9657ef5be
-s ours
...
am: 35405d22e5
Change-Id: Ide3bc9a28b9edb5d09f4d8a09dc7bee1c37ce581
2017-06-14 02:32:42 +00:00
Hung-ying Tyan
ed4a4a5ada
Merge "Revert "Revert "Move /default.prop to /system/etc/prop.default""" into oc-dev
...
am: d9657ef5be
-s ours
Change-Id: Id76f0a2076cca32a6090342a16dddfed070e82de
2017-06-14 02:29:36 +00:00
Hung-ying Tyan
35405d22e5
Merge "Revert "Revert "Move /default.prop to /system/etc/prop.default""" into oc-dev
...
am: d9657ef5be
-s ours
Change-Id: I91597e28529560d19525a4302fbf69206ebde9c4
2017-06-14 02:29:36 +00:00