Colin Cross
c6bbdc86dc
Merge "Add LOCAL_SRCJARS to clear_vars.mk" am: edd5f3810f
...
am: 7ae502ff64
Change-Id: Ifc061bf79cd7d0641da8209fee9c2a92dfd13745
2017-11-28 19:49:04 +00:00
Colin Cross
7ae502ff64
Merge "Add LOCAL_SRCJARS to clear_vars.mk"
...
am: edd5f3810f
Change-Id: I894b5d2f2ac84eef65e6fdcf22c968317d4072b2
2017-11-28 19:45:40 +00:00
Treehugger Robot
edd5f3810f
Merge "Add LOCAL_SRCJARS to clear_vars.mk"
2017-11-28 19:37:29 +00:00
Jiyong Park
802ad504e9
Merge "add llndk|vndksp.libraries.txt to vndk_package" am: a4fae6e3e4
-s ours
...
am: f0e90d0411
-s ours
Change-Id: I5b260e8856dd1742c097be769c6ccd42b53efc57
2017-11-28 02:04:14 +00:00
Jiyong Park
f0e90d0411
Merge "add llndk|vndksp.libraries.txt to vndk_package"
...
am: a4fae6e3e4
-s ours
Change-Id: I408e59939993eed410d5ea95f8c9829fbeff20f1
2017-11-28 01:58:32 +00:00
Treehugger Robot
a4fae6e3e4
Merge "add llndk|vndksp.libraries.txt to vndk_package"
2017-11-28 01:48:42 +00:00
Colin Cross
98341ab6d6
Add LOCAL_SRCJARS to clear_vars.mk
...
I064889c9063b642835d9f668e2568b61d0fabe35 added LOCAL_SRCJARS but
forgot to clear it in clear_vars.mk.
Test: m checkbuild
Change-Id: I7d4e6a3821db0eccb25042091aa599cab381a1b0
2017-11-24 11:26:43 -08:00
Jiyong Park
0845cb5c98
add llndk|vndksp.libraries.txt to vndk_package
...
Bug: 64882323
Test: build 2017 pixel devices. check the files are under /system/etc.
Merged-In: I488427f796b770bb2d151cfa49f73d323cafbc9f
Change-Id: I488427f796b770bb2d151cfa49f73d323cafbc9f
(cherry picked from commit 686aff5b91
)
2017-11-23 14:35:04 +09:00
Andreas Gampe
b49b0276ee
Merge "Build: Make dex2oat boot image error abort explicit" am: 87dded4494
...
am: f1d0d93fa2
Change-Id: I305650e2cbc3d523ffa236b282a29da10b3ec469
2017-11-23 02:05:14 +00:00
Andreas Gampe
f1d0d93fa2
Merge "Build: Make dex2oat boot image error abort explicit"
...
am: 87dded4494
Change-Id: I44e5a6cf2fa976dddd882107ffc152a602778fd9
2017-11-23 02:00:05 +00:00
Treehugger Robot
87dded4494
Merge "Build: Make dex2oat boot image error abort explicit"
2017-11-23 01:56:06 +00:00
Colin Cross
431ac167d5
Merge "Tighten restrictions on LOCAL_JACK_COVERAGE_(INCLUDE|EXCLUDE)_FILTER" am: 711bfabd50
...
am: 2338f237a3
Change-Id: I3bc4845e1e2e3ec8aafafc7a80354738069b67b5
2017-11-22 22:39:59 +00:00
Colin Cross
2338f237a3
Merge "Tighten restrictions on LOCAL_JACK_COVERAGE_(INCLUDE|EXCLUDE)_FILTER"
...
am: 711bfabd50
Change-Id: If9f4d81504c26e3d752d4f10f161f9229fb68a8d
2017-11-22 22:37:23 +00:00
Colin Cross
711bfabd50
Merge "Tighten restrictions on LOCAL_JACK_COVERAGE_(INCLUDE|EXCLUDE)_FILTER"
2017-11-22 22:30:18 +00:00
Andreas Gampe
5ccf0900d0
Build: Make dex2oat boot image error abort explicit
...
Add explicit arguments that will abort boot image compilation when
a class is found that fails compile-time verification.
This allows certain configurations to disable these checks.
WARNING: Disabling the checks is highly discouraged.
Bug: 69106371
Test: m
Change-Id: I63e915005fcda588b223ec60ef8c9db28d42e577
2017-11-22 14:16:24 -08:00
Tianjie Xu
a40db9c53b
Merge "Fall back to normal split if imgdiff fails when splitting large apks" am: 520c9f0f5f
...
am: ff9efd3290
Change-Id: Ib5215b6cf42973d62023cc1f10750729ad2f52e8
2017-11-22 18:55:40 +00:00
Tianjie Xu
ff9efd3290
Merge "Fall back to normal split if imgdiff fails when splitting large apks"
...
am: 520c9f0f5f
Change-Id: I0db7558c996cc515a79a99ce1d27525728a041dc
2017-11-22 18:46:04 +00:00
Tianjie Xu
520c9f0f5f
Merge "Fall back to normal split if imgdiff fails when splitting large apks"
2017-11-22 18:28:31 +00:00
Tianjie Xu
f68b50f963
Fall back to normal split if imgdiff fails when splitting large apks
...
Imgdiff expects the input files to be valid zip archives. During the
split of large apks, imgdiff may fail when there's a hole in the input
file; potentially due to the blocks allocation of mke2fs. This CL solves
the issue by falling back to normal split in case of the imgdiff split
failure. The split transfers will then use bsdiff instead.
Bug: 69624507
Test: generate the incremental package for the failed targets and check the
transfers.
Change-Id: I4882452378123e60ad3434053b57f33e53ac4b82
2017-11-21 23:37:36 -08:00
Colin Cross
3c8d30ce60
Tighten restrictions on LOCAL_JACK_COVERAGE_(INCLUDE|EXCLUDE)_FILTER
...
Jack supported '?' and '*' wildcards anywhere in a filter. Tighten
the restrictions to only support '*' at the end of a filter, and
to disallow '?'. This will allow jacoco support to be built on
top of the existing zip2zip tools.
Add checks that all filters meet the new requirements, and run
the checks outside the LOCAL_EMMA_INSTRUMENT==true check so that
mistakes can be caught without having to run a build with
coverage enabled.
Bug: 69629238
Test: m EMMA_INSTRUMENT=true EMMA_INSTRUMENT_STATIC=true
Test: m in internal master
Test: https://android-build.googleplex.com/builds/view-workplan?viewType=Table&workplanId=L67200000122054710&nodeType=Trybot
Change-Id: Ib78bd3c8685fbc6bdcdb517df874186efd1cff33
2017-11-22 01:49:47 +00:00
Tomasz Wasilczyk
ddbd872e1d
Merge "Silence yet more superfluous build messages." am: 01e1fe60b8
...
am: c792d08bd2
Change-Id: I009eb004485f9ce1c818403d5a24712833f44224
2017-11-22 01:27:35 +00:00
Tomasz Wasilczyk
c792d08bd2
Merge "Silence yet more superfluous build messages."
...
am: 01e1fe60b8
Change-Id: I5dc1676389d4b6fb062265fac86a9d77b37c5c7b
2017-11-22 01:25:29 +00:00
Tomasz Wasilczyk
01e1fe60b8
Merge "Silence yet more superfluous build messages."
2017-11-22 01:20:32 +00:00
Vishwath Mohan
d949357589
Merge "Use the .cfi variant of a static library where needed." am: 061fcfc254
...
am: 9cdabdad04
Change-Id: I74bf38385e3a1102549774fae60219f92943043b
2017-11-22 00:16:00 +00:00
Vishwath Mohan
9cdabdad04
Merge "Use the .cfi variant of a static library where needed."
...
am: 061fcfc254
Change-Id: I668b215133aa51ad29695fc15f842f4de71645aa
2017-11-22 00:12:17 +00:00
Treehugger Robot
061fcfc254
Merge "Use the .cfi variant of a static library where needed."
2017-11-22 00:05:30 +00:00
Vishwath Mohan
96a130bdaf
Use the .cfi variant of a static library where needed.
...
This CL repoints static dependencies to their .cfi variants for CFI
enabled targets. It also disables CFI for host targets because the
version of ar intended for hosts does not have plugin support (which
CFI requires).
Bug: 67507323
Test: m -j40
Change-Id: Id11afd0c8765469858f406aace2a192afff6d042
2017-11-21 14:08:20 -08:00
Tao Bao
56671edd93
Merge "check_ota_package_signature.py: Set up PYTHONPATH." am: 9f686938da
...
am: 51f5d3360e
Change-Id: Iadb00273671818cb45df56dedc349356ef6a67ce
2017-11-21 21:44:18 +00:00
Tao Bao
51f5d3360e
Merge "check_ota_package_signature.py: Set up PYTHONPATH."
...
am: 9f686938da
Change-Id: Ie84a386dd6acc44fd1fba987e8f0a5703248cd59
2017-11-21 21:40:13 +00:00
Treehugger Robot
9f686938da
Merge "check_ota_package_signature.py: Set up PYTHONPATH."
2017-11-21 21:31:44 +00:00
Chih-hung Hsieh
1b942a9fc3
Merge "Add default -Wall -Werror or -Wall." am: 6ddc7843cb
...
am: 39610026fb
Change-Id: I8a5258cd8077788504dfdfef67c66337e75f3547
2017-11-21 21:28:20 +00:00
Chih-hung Hsieh
39610026fb
Merge "Add default -Wall -Werror or -Wall."
...
am: 6ddc7843cb
Change-Id: Ib9b93dbd61bb9141b88fb7f1f7c4ead3fd28accc
2017-11-21 21:24:12 +00:00
Chih-hung Hsieh
6ddc7843cb
Merge "Add default -Wall -Werror or -Wall."
2017-11-21 21:19:01 +00:00
Yao Chen
5783f2beca
Merge "Set the default ring buffer size for stats log, and set it loggable." am: adbaeb0c1d
...
am: 2e006b7dc8
Change-Id: I8f5cd906ce842d03c2028dfee2e4ea8ce1b84f06
2017-11-21 19:52:17 +00:00
Yao Chen
2e006b7dc8
Merge "Set the default ring buffer size for stats log, and set it loggable."
...
am: adbaeb0c1d
Change-Id: I86a62bad86030eb3cc3ce3d6806c56cf87a711b4
2017-11-21 19:49:36 +00:00
Treehugger Robot
adbaeb0c1d
Merge "Set the default ring buffer size for stats log, and set it loggable."
2017-11-21 19:44:56 +00:00
Tao Bao
d2ae0b0613
check_ota_package_signature.py: Set up PYTHONPATH.
...
... to include system/update_engine/scripts if ANDROID_BUILD_TOP is set
(e.g. after lunching a target).
Test: ./build/make/tools/releasetools/check_ota_package_signature.py
works without manually setting PYTHONPATH.
Change-Id: I0c5101fab2dd69cb6a598b909aa04bc4d5f45284
2017-11-21 11:30:27 -08:00
Tao Bao
e5e6611c29
Merge "releasetools: Allow building AVB-enabled recovery.img." am: 37066490a5
...
am: 4d1764b0be
Change-Id: I6adf6a44fcb7fda2b06c815ff819add0e5645ed1
2017-11-21 17:12:30 +00:00
Tao Bao
4d1764b0be
Merge "releasetools: Allow building AVB-enabled recovery.img."
...
am: 37066490a5
Change-Id: Ie8393a7e81c4f056a12a0be5ed2cd07ed54ef76b
2017-11-21 17:07:57 +00:00
Tao Bao
37066490a5
Merge "releasetools: Allow building AVB-enabled recovery.img."
2017-11-21 17:02:35 +00:00
Yao Chen
8ce8dc2efa
Set the default ring buffer size for stats log, and set it loggable.
...
Bug: 69323063
Test: manual
Change-Id: I19de884927bc4999d503b919d851048609be1470
2017-11-21 09:02:12 -08:00
Jiyong Park
4744c8e71d
Merge "Ensure partition_tag is always set correctly" am: dcbc2e9a26
...
am: 9afd210a78
Change-Id: I7b9eceb8b5f47f6ed1ca4a35fe1d2f560e7d17dd
2017-11-21 04:17:17 +00:00
Jiyong Park
9afd210a78
Merge "Ensure partition_tag is always set correctly"
...
am: dcbc2e9a26
Change-Id: I446d0eecd17c19fade90dd4b7e7a195f2a3d1d5a
2017-11-21 04:14:40 +00:00
Treehugger Robot
dcbc2e9a26
Merge "Ensure partition_tag is always set correctly"
2017-11-21 04:09:21 +00:00
Colin Cross
0f36226f15
Merge "Convert signtos to Android.bp" am: 80ec993a58
...
am: bb051769c2
Change-Id: I3fef8edc7f1c901cf1fc67e16b83e3259a1ab5ad
2017-11-21 03:35:44 +00:00
Colin Cross
bb051769c2
Merge "Convert signtos to Android.bp"
...
am: 80ec993a58
Change-Id: I5ddb92b0ca0485b01860aaff6ae613d5276eedb8
2017-11-21 03:33:06 +00:00
Colin Cross
80ec993a58
Merge "Convert signtos to Android.bp"
2017-11-21 03:26:42 +00:00
Colin Cross
3c363ad729
Convert signtos to Android.bp
...
See build/soong/README.md for more information.
Test: m checkbuild
Change-Id: Ia468cde0492e64858b7a603deba9b22b95e56ff4
2017-11-21 03:26:31 +00:00
Bowgo Tsai
940d45fb04
Merge "Revert "Reorder assert-max-image-size and AVB signing"" am: aac41d585c
...
am: 8dbeec4e9e
Change-Id: I801fd6661d73260417ab2f13b740918181341bd0
2017-11-21 03:09:40 +00:00
Bowgo Tsai
8dbeec4e9e
Merge "Revert "Reorder assert-max-image-size and AVB signing""
...
am: aac41d585c
Change-Id: I5e8b881da8588f7bb1730d49e0e35eb6aab9728a
2017-11-21 03:07:05 +00:00