Commit Graph

70667 Commits

Author SHA1 Message Date
android-build-team Robot 8fe56593b1 Make change and version bump to SD2A.210614.001
Change-Id: I7403ff01984ddb99c3f2dd1258680cd642d0f5ec
2021-06-13 23:18:17 +00:00
android-build-team Robot 8bf90863f0 Make change and version bump to SD2A.210613.001
Change-Id: I01bedca685acde6a9e4be7991aa6325fe8738919
2021-06-12 23:18:22 +00:00
android-build-team Robot acc538eaa2 Make change and version bump to SD2A.210612.001
Change-Id: I48187d5fea5d79b08aead26b94758b805a0b75b1
2021-06-12 01:17:58 +00:00
android-build-team Robot 66a6332b3d Make change and version bump to SD2A.210611.003
Change-Id: If365e8882f498f6cdcec7647b4d49336196b16bf
2021-06-11 06:55:17 +00:00
android-build-team Robot 0d5f923c6c Make change and version bump to SD2A.210611.002
Change-Id: I7446c29ab0c25d66aa264d74872ed6afa334e97d
2021-06-11 04:15:34 +00:00
android-build-team Robot e4b0337858 Make change and version bump to SD2A.210611.001
Change-Id: I277b1c9606ead3b045f8ee4fb9d2a0501c4d2d22
2021-06-11 01:35:18 +00:00
Artur Satayev a09b93d9a0 Merge "Move PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS to default_art_config.mk." into sc-dev am: 7a7b416b81
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14901110

Change-Id: I8d061e8351bad3c85853308573649aaf174cc41b
2021-06-10 12:32:12 +00:00
Artur Satayev 7a7b416b81 Merge "Move PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS to default_art_config.mk." into sc-dev 2021-06-10 12:15:24 +00:00
android-build-team Robot b914490463 Make change and version bump to SD2A.210610.002
Change-Id: Ib7646a59ccd02113c59284c40769a9e4b5235f7d
2021-06-10 08:43:27 +00:00
android-build-team Robot 51c289065d Make change and version bump to SD2A.210610.001
Change-Id: I5ea79da9ca925e2dc3e5c311765aae3cbcfa06aa
2021-06-10 01:26:46 +00:00
Julien Desprez a2e2431e39 [automerger skipped] [CP] Remove unit tests jar from suites am: 9a6e4270bc -s ours am: 6f04506f42 -s ours
am skip reason: Merged-In Ie808c7422e35c48c9392f7179806745ef392de64 with SHA-1 67e5ec6202 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14910114

Change-Id: Ib9795a3c94d1c6ba84cbf9d2eb4f348ce26f6c20
2021-06-09 17:14:17 +00:00
Jaegeuk Kim 6d2cc6983f Merge "Missing required packages for f2fs when building ota package" into sc-dev am: 6279b6c511
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14910115

Change-Id: Ia4e29588af93ae57444bb5a9738cd0ff8f580392
2021-06-09 17:14:13 +00:00
android-build-team Robot b71a6fa1bc Version bump to SD2A.210609.002 [core/build_id.mk]
Change-Id: Ic2869dc9bfdc66a78dcd96752432007a72faaaca
2021-06-09 17:11:39 +00:00
Julien Desprez 6f04506f42 [automerger skipped] [CP] Remove unit tests jar from suites am: 9a6e4270bc -s ours
am skip reason: Merged-In Ie808c7422e35c48c9392f7179806745ef392de64 with SHA-1 67e5ec6202 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14910114

Change-Id: I963b2d70dd3ab85ba6bce6ca2f51d76b6d2e27a6
2021-06-09 17:03:56 +00:00
Jaegeuk Kim 6279b6c511 Merge "Missing required packages for f2fs when building ota package" into sc-dev 2021-06-09 16:50:29 +00:00
Jaegeuk Kim 01da65f93a Missing required packages for f2fs when building ota package
Bug: 171942852
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
Change-Id: Ib2ecc0cf88d71f358bd04e6c4ac129607fe4054c
Merged-In: Ib2ecc0cf88d71f358bd04e6c4ac129607fe4054c
2021-06-09 02:11:23 +00:00
Julien Desprez 9a6e4270bc [CP] Remove unit tests jar from suites
Remove unit tests jar from official suite packaging
they will be run & tested externally as real unit tests.

Include the compatiblity-tradefed.jar element as it will
be needed.

Test: make cts; run cts-unit-tests
Bug: 173811050
Change-Id: Ie808c7422e35c48c9392f7179806745ef392de64
Merged-In: Ie808c7422e35c48c9392f7179806745ef392de64
2021-06-08 18:24:30 -07:00
android-build-team Robot 11d3e40c03 Make change and version bump to SD2A.210609.001
Change-Id: Ib411c51b74c81fdea9c6ccdf362e93ff73e7e5b1
2021-06-09 01:18:31 +00:00
satayev 66bb2ab32d Move PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS to default_art_config.mk.
The list of updatable system server jars must be known in
module_common.mk which is used to build mainline modules that contain
said system server jars.

module_common.mk inherit from default_art_config.mk.

Note that we could also move the defition into a separate make file,
if current change causes problems. However, places like clockwork
overwrite values of PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS instead
of appending to them, so it should not be a source of issues.

Bug: 180105615
Bug: 190407034
Test: TARGET_BUILD_VARIANT=user vendor/google/build/build_mainline_modules.sh -j64 and inspecting build artifacts
Change-Id: I771895bf0a974a4c6aa4f7374159c22536f03891
Merged-In: I771895bf0a974a4c6aa4f7374159c22536f03891
2021-06-08 15:40:22 +00:00
android-build-team Robot 196d3599a9 Make change and version bump to SD2A.210608.001
Change-Id: I0505fe6f3168daed43020c6bec38c2a9e6e4ec0c
2021-06-08 01:18:32 +00:00
android-build-team Robot 26ae7a8c22 Version bump to SD2A.210607.002 [core/build_id.mk]
Change-Id: Ie82ba02bb0f80868251f946b1a325c9ba6b99105
2021-06-07 19:59:24 +00:00
TreeHugger Robot 029bd1ca75 Merge "RRO shouldn't depend on frameworks or system(_ext) app when TARGET_BUILD_UNBUNDLED" into sc-dev am: 1efb38582a
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14830651

Change-Id: Idf7aa1d6fd6164d2b3d13906f5c5b45fcb450c03
2021-06-07 01:14:13 +00:00
TreeHugger Robot 1efb38582a Merge "RRO shouldn't depend on frameworks or system(_ext) app when TARGET_BUILD_UNBUNDLED" into sc-dev 2021-06-07 00:57:19 +00:00
android-build-team Robot 7fdfbcd411 Make change and version bump to SD2A.210607.001
Change-Id: I559acd0ef453cd1f438f250305827d4ce99949ff
2021-06-06 23:21:03 +00:00
android-build-team Robot 2bb3979306 Make change and version bump to SD2A.210606.001
Change-Id: I044c4950ec341f6a42d0f7876c2495c4bbaedd7d
2021-06-05 23:20:44 +00:00
android-build-team Robot ca0703cb8e Make change and version bump to SD2A.210605.001
Change-Id: Ib78ff07b06462e35b67f4ccbc8c9cdb256c50ce7
2021-06-05 01:18:18 +00:00
android-build-team Robot de63eb0c63 Version bump to SD2A.210604.002 [core/build_id.mk]
Change-Id: I73e1877a9afd2a084411acab1200f773156e4fb8
2021-06-04 21:29:26 +00:00
Yuntao Xu caf7369516 Merge "add LOCAL_DISABLE_TEST_CONFIG logic" into sc-dev am: 8c4997265a
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14823788

Change-Id: Ibecf6641ef28d5b89f61cf4dbd2e8b453bb575ad
2021-06-04 17:07:43 +00:00
Yuntao Xu 8c4997265a Merge "add LOCAL_DISABLE_TEST_CONFIG logic" into sc-dev 2021-06-04 16:51:28 +00:00
android-build-team Robot 9dc49e2a00 Make change and version bump to SD2A.210604.001
Change-Id: I65b12f5f4474b4247e629ab5ced43ba2f33124a2
2021-06-04 01:18:36 +00:00
Jeongik Cha 5b1d149586 RRO shouldn't depend on frameworks or system(_ext) app when TARGET_BUILD_UNBUNDLED
In the case of unbundled build, the module in vendor should use
system(_ext) module by prebuilt one. But RRO depends on system module
directly depending on some conditions(packages exporting resources)

In this change,
 1. Temporarily make LOCAL_RES_LIBRARIES empty(For now, auto generated
 RRO doesn't use overlaid package's resources), enable it when prebuilts
 are ready.
 2. According to (1), its SDK_VERSION can be current)

Bug: 187404676
Test: TARGET_BUILD_UNBUNDLED_IMAGE m vendorimage, and check if there is
no build error regarding RRO.

Change-Id: I94e3122372dd20c942b2c858070a6ca797312792
Merged-In: I94e3122372dd20c942b2c858070a6ca797312792
(cherry picked from commit f93c13d51bff2478d4bcf48c808bc78a5ce0b989)
2021-06-04 00:05:55 +00:00
android-build-team Robot a8aad862e2 Version bump to SD2A.210603.002 [core/build_id.mk]
Change-Id: Ie97db9b0e0edd9bf16367aec168a2dc940cccaa1
2021-06-03 17:35:13 +00:00
Yuntao Xu ee58bb67a5 add LOCAL_DISABLE_TEST_CONFIG logic
Disable the generation of .config file when the variable
LOCAL_DISABLE_TEST_CONFIG is true.

Bug: 188927912
Test: rum 'm module-name' (`android_test_helper_app` type module)
Test: TreeHugger
Change-Id: I64372b4ba84fcf1af937abdee345ceb1d3c2f6c5
Merged-In: I64372b4ba84fcf1af937abdee345ceb1d3c2f6c5
2021-06-03 10:22:53 -07:00
Mohammad Samiul Islam 25dd54b701 Merge "Revert "Revert "Re-land "Enable apex compression on all devices with updatable apex""" into sc-dev am: 0e06c113f0
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14733422

Change-Id: I0f21ac577d63e6eab16fb59d19a969afe97184c9
2021-06-03 14:24:05 +00:00
Mohammad Samiul Islam 0e06c113f0 Merge "Revert "Revert "Re-land "Enable apex compression on all devices with updatable apex""" into sc-dev 2021-06-03 13:59:28 +00:00
Tianjie Xu 4d57783d54 Merge "Check super size for factory OTA at build time" into sc-dev am: b195f48ce9
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14736823

Change-Id: Ie732b42943da3b94a34b62ff9f6ba34b25d46ded
2021-06-03 07:18:37 +00:00
Jeff Sharkey 2826cc9dff Merge "platform/build/make - S is now 31" into sc-dev am: 83ecfb5073
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14748391

Change-Id: I553b534b5273d91069ca1472f37c2d99f974653b
2021-06-03 07:02:15 +00:00
android-build-team Robot a1f5dee750 Make change and version bump to SD2A.210603.001
Change-Id: I490a7f8d462fa2046eaabab4fe3c6e85f00284a5
2021-06-03 01:20:17 +00:00
Tianjie Xu b195f48ce9 Merge "Check super size for factory OTA at build time" into sc-dev 2021-06-02 21:53:36 +00:00
Jeff Sharkey 83ecfb5073 Merge "platform/build/make - S is now 31" into sc-dev 2021-06-02 20:11:14 +00:00
android-build-team Robot 5f268be353 Version bump to SD2A.210602.003 [core/build_id.mk]
Change-Id: I156694de334a2b9be9df32efe3fcf1a38646c519
2021-06-02 18:53:48 +00:00
Jeff Sharkey fcc2b97e54 platform/build/make - S is now 31
Bug: 171506470
Test: Build
Change-Id: I1f3475479659855c0185236f88bc388a61844968
2021-06-02 10:19:19 -06:00
android-build-team Robot 1f67262dc9 Version bump to SD2A.210602.002 [core/build_id.mk]
Change-Id: Id63e1e5510d667de38758e9bb357604d92d154b5
2021-06-02 01:33:02 +00:00
android-build-team Robot d44ffd9cfc Make change and version bump to SD2A.210602.001
Change-Id: Ia623ba98c87c1a6d5754859d4b8be2be2c1753ed
2021-06-02 01:19:54 +00:00
Jaegeuk Kim 0953d4b31c Merge changes from topic "f2fs-system" into sc-dev am: bce364b9ce
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14736818

Change-Id: I353c94562516264fa7edc889d30b4f5f311709a4
2021-06-01 21:44:33 +00:00
Jaegeuk Kim f3d33b3eab Enable --readonly for system compression am: 028f6719f3
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14736817

Change-Id: I57db4dde307f1e9f295b93d6aabc4d91cb810706
2021-06-01 21:44:32 +00:00
Jaegeuk Kim bce364b9ce Merge changes from topic "f2fs-system" into sc-dev
* changes:
  Enable f2fs compression for other partitions
  Enable --readonly for system compression
2021-06-01 18:09:07 +00:00
android-build-team Robot 73d4090a12 Make change and version bump to SD2A.210601.001
Change-Id: I5e06745d9793778e586b4c4dd46474e246ae14d6
2021-06-01 01:18:23 +00:00
android-build-team Robot 759eeeeb51 Make change and version bump to SD2A.210531.001
Change-Id: I4253aadd796519858cb83d900b7f7b01668468e4
2021-05-30 23:19:07 +00:00
android-build-team Robot c3e15bf08d Make change and version bump to SD2A.210530.001
Change-Id: I6c5e896b7065bb3fd938f50fdb9aa12ae8497999
2021-05-29 23:19:03 +00:00