Kangping Dong
693afdca74
Merge "add service-threadnetwork to system_server jars" into main
2023-07-19 09:40:46 +00:00
Timothy Yiu
e97b271350
Merge "Conditionally remove DSU for wearable targets" into main
2023-07-19 04:04:21 +00:00
tyiu
741227c432
Conditionally remove DSU for wearable targets
...
Bug: 289629075
Test: m + Treehugger
Change-Id: Idcf862ee728d81b37ee6a37eb4001969102e250f
2023-07-18 23:59:13 +00:00
Sebastian Pickl
21c04ea58c
Merge "Revert "Minify the sdk targets"" into main
2023-07-17 10:11:57 +00:00
Menghan Li
bda69f5991
Revert "Minify the sdk targets"
...
This reverts commit 7a114c5313
.
Reason for revert: DroidMonitor-triggered revert due to breakage, bug b/291353860 verified with go/abtd https://android-build.googleplex.com/builds/abtd/run/L17500000961999253 by menghanli@
Change-Id: Iaaf37f780e71ef6f0eb745b3c06c1c5f47a8e03b
Bug: 291353860
2023-07-17 10:05:27 +00:00
Cole Faust
7137d5d46f
Merge "Minify the sdk targets" into main
2023-07-14 20:42:18 +00:00
Jiakai Zhang
f2cc1324c1
Merge changes from topics "art-boot-image-jars", "configured-jar-location-overrides" into main
...
* changes:
Add a Make variable to determine ART boot image jars for testing.
Add a Make variable that overrides configured jar locations.
2023-07-14 11:47:59 +00:00
Cole Faust
7a114c5313
Minify the sdk targets
...
Previously, the "sdk" target was a minimal lunch target that only
included enough to build the sdk. But the "sdk_<arch>" targets
redirected to the "sdk_phone_<arch>" targets, which are much bigger
and capable of building a whole emulator.
Building the sdk on products that can build a whole device complicates
the rest of the build system (for example, it starts enforcing dexpropt
works)
Bug: 290798660
Test: Presubmits
Change-Id: I0ec5110318c43a7feee0b88edbed1cab0b590a47
2023-07-13 16:40:30 -07:00
Jiakai Zhang
7bdb2b3c32
Add a Make variable to determine ART boot image jars for testing.
...
Bug: 290583827
Test: m nothing
Change-Id: Ibd0dd99593e4efb357e674c6a89804ea9cd47a84
2023-07-13 14:24:18 +01:00
Jiakai Zhang
17c6af46df
Add a Make variable that overrides configured jar locations.
...
Bug: 290583827
Test: m nothing
Change-Id: I9a23d6a033d50d2a8c5d9e8dd79d00033efa1f53
2023-07-13 14:24:16 +01:00
Kangping Dong
a1a7046533
add service-threadnetwork to system_server jars
...
Instructions: go/mainline-java-lib#classpath-configuration
Bug: 262683651
Test: run `m -j16`
Change-Id: I3f2a8603669b16a7e3a7aeb06ac850add0df8c5d
2023-07-13 06:04:58 +00:00
Neha Jain
3505f2b3a4
Merge "Revert "Enable CFI for the whole Bluetooth repo and not just system"" into main
2023-07-13 00:24:18 +00:00
Neha Jain
9926178660
Revert "Enable CFI for the whole Bluetooth repo and not just system"
...
This reverts commit d759b3517a
.
Reason for revert: b/289779264
Change-Id: If7bdba6a420f2a310ad86b7b3b44eba5111c5d69
2023-07-12 23:16:25 +00:00
Roman Kiryanov
f945b5df68
(reland2) Remove emulator dependencies on non emulator targets (2)
...
the sidecar issue in GSI was fixed.
Bug: 111538404
Test: presubmit
Change-Id: Ia48ce2e076edc4f13f85e58d9bbbe15b8e6a4438
Signed-off-by: Roman Kiryanov <rkir@google.com>
2023-07-11 14:16:35 -07:00
Roman Kiryanov
3a3b121154
Remove the X attribute from .mk files
...
Bug: 111538404
Test: presubmit
Change-Id: Iefd39e76559ec25c4bdd98893dfc593816da5077
Signed-off-by: Roman Kiryanov <rkir@google.com>
2023-07-11 14:16:35 -07:00
Elliott Hughes
c1577ff58b
Merge "Switch from minigzip to gzip." into main
2023-07-11 15:52:27 +00:00
Kangping Dong
235662f15a
Merge "add com.android.threadnetwork to base_system.mk"
2023-07-04 01:52:46 +00:00
Kangping Dong
286e55ad94
add com.android.threadnetwork to base_system.mk
...
Bug: 262683651
Test: atest CtsSystemApiSignatureTestCases
Merged-In: Iefe7fa4c74ab9608faeb9d64e75c054e9b90afdb
Change-Id: Id4f34b70aee2277236762092f8a40254963a6b4f
2023-07-03 17:24:05 +08:00
Louis Chang
886ad7a862
Adds Window Extensions to GSI
...
... in order to have window extension library included
especially on large screen devices.
Bug: 288624195
Test: atest SdkAvailabilityTest
Ignore-AOSP-First: Future release
Change-Id: I8d347917f002cefb4f297930370ac7ae847f4731
2023-07-03 13:29:20 +08:00
Treehugger Robot
03bc41cae7
Merge "Enable CFI for the whole Bluetooth repo and not just system"
2023-06-30 22:04:30 +00:00
David Duarte
d759b3517a
Enable CFI for the whole Bluetooth repo and not just system
...
Bug: 282222542
Change-Id: Idd0e0c4ab01e703190038c103b41730d68f01be0
2023-06-29 21:01:48 +00:00
Ulya Trafimovich
08c381b8b2
Add riscv64 banchan target.
...
Test: banchan riscv64 com.android.art
Test: build/soong/build_test.bash --dist -products module_riscv64
Bug: 271573990
Change-Id: I6aa8c51b1a1928b3da52a9345a8bfb84e3eb11d0
2023-06-28 13:58:30 +01:00
Elliott Hughes
97ad120adb
Switch from minigzip to gzip.
...
Bug: http://b/288169261
Test: treehugger
Change-Id: I404cbcb850734ed8291c2215a4329fb372806d63
2023-06-27 15:39:05 -07:00
Treehugger Robot
2a477ccdbb
Merge "Remove PRODUCT_INSTALL_EXTRA_FLATTENED_APEXES" am: d0c29cbdeb
...
Original change: https://android-review.googlesource.com/c/platform/build/+/2629101
Change-Id: I26c965b0079dacc14c1b4a83ce545a919d7f33cd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-21 06:08:08 +00:00
Treehugger Robot
d0c29cbdeb
Merge "Remove PRODUCT_INSTALL_EXTRA_FLATTENED_APEXES"
2023-06-21 05:18:58 +00:00
Jooyung Han
8cc42f429f
Remove PRODUCT_INSTALL_EXTRA_FLATTENED_APEXES
...
We will deprecate flattened apexes. In this change, GSI-specific make
variable (PRODUCT_INSTALL_EXTRA_FLATTENED_APEXES) is removed. The
variable was used to install both image/flattened apexes in the GSI, so
that it works on ro.apex.updatable devices and not-updatable devices.
Now, GSI will have only image APEXes in it.
Bug: 278826656
Test: lunch gsi_arm64-userdebug && m # no flattened apexes
Change-Id: I4702973d4ee75aa693e4e7f4e57577b77059dc09
2023-06-20 14:27:10 +09:00
Treehugger Robot
0e3d0523bf
Merge "Move ro.apex.updatable to the system partition" am: 770bfc34e3
...
Original change: https://android-review.googlesource.com/c/platform/build/+/2627769
Change-Id: I23bcbd5565fb5eda0848b6d5fac0f95a6642c22f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-19 09:16:55 +00:00
Treehugger Robot
770bfc34e3
Merge "Move ro.apex.updatable to the system partition"
2023-06-19 08:30:52 +00:00
Treehugger Robot
bb4fddb723
Merge "Update LLNDK list" am: 1cda03b44b
...
Original change: https://android-review.googlesource.com/c/platform/build/+/2623809
Change-Id: I66514a5e139d4686e4f7127a42b1c75c11b529af
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-15 06:31:39 +00:00
Treehugger Robot
1cda03b44b
Merge "Update LLNDK list"
2023-06-15 04:26:43 +00:00
Jiyong Park
36fc9a32d7
Move ro.apex.updatable to the system partition
...
The decision to support updatable APEX or not used to be SoC-specific
because updatable APEX (aka non-flattened APEX) requires some kernel
feature support like loopback device. Kernel was considered as part of
BSP then. Therefore, ro.apex.updatable property was in the vendor
partition.
However, with GKI, kernel is no longer SoC-specific. And most APEXes are
installed to the system partition, which means that the decision affects
how the system partition is built. Thus, this CL moves the property to
the system partition. This enables some partners who have been using
flattened APEX to be able to upgrade to non-flattened APEX without
having to upgrade the vendor partition.
Bug: 281007951
Test: check system/build.prop
Change-Id: I81874076862f6047b9daa14518b95adcb5275064
2023-06-15 13:20:38 +09:00
Treehugger Robot
ec810624c2
Merge "Move MTE mode settings to a product variable." am: c37e824f56
...
Original change: https://android-review.googlesource.com/c/platform/build/+/2622658
Change-Id: I8dbb33a6f23421e43f27cb54aa88f39f4dab8e36
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-14 02:33:07 +00:00
Evgenii Stepanov
80b53b8c77
Move MTE mode settings to a product variable.
...
Allow product configuration of memtag target list by
moving the current set into a product variable instead of the various
.bp files.
The default list of memtag targets can be found in
build/make/target/product/memtag-common.mk
This is NFC as all targets in the list already have "memtag_heap: true"
in the build files.
Bug: 280343521
Test: no functional change
Change-Id: I5954fde05256e00a8e01c114ad522f50ed0cfa9f
2023-06-13 13:11:52 -07:00
Jooyung Han
bd7a9fafe2
Update LLNDK list
...
Bug: 271488212
Test: m
Change-Id: I46e1770130be203bfefef0bd5fdf4cec34027d6e
2023-06-13 13:20:23 +09:00
Florian Mayer
34ed46e626
Merge "Add aosp_arm64_fullmte target" am: 9066ab5240
...
Original change: https://android-review.googlesource.com/c/platform/build/+/2617516
Change-Id: Id57d362e61bb4df8a5f8e7c70f3cb990db3c6524
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-10 00:34:38 +00:00
Florian Mayer
9066ab5240
Merge "Add aosp_arm64_fullmte target"
2023-06-09 23:59:52 +00:00
Florian Mayer
0352c44ab3
Add aosp_arm64_fullmte target
...
Test: lunch aosp_arm64_fullmte && m
Test: llvm-readelf -a out/target/product/generic_arm64/system/bin/toybox
Memtag Android Note:
Tagging Mode: SYNC
Heap: Enabled
Stack: Enabled
Bug: 271768933
Bug: 286415307
Change-Id: I2a1ac78be551d50be9bf6c4ffc8667de4ef7ce8e
2023-06-09 18:17:47 +00:00
Treehugger Robot
7613afc5ae
Merge "BOARD_VNDK_VERSION must be set first pass" am: a85c8a863a
...
Original change: https://android-review.googlesource.com/c/platform/build/+/2613792
Change-Id: I62ffc6c79b1b472e3a25c3b80f88ef26f3507ea7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-08 23:32:09 +00:00
Treehugger Robot
a85c8a863a
Merge "BOARD_VNDK_VERSION must be set first pass"
2023-06-08 23:19:34 +00:00
Steven Moreland
78549acb47
BOARD_VNDK_VERSION must be set first pass
...
Removing all places that consider that this might not be
set.
Bug: 122954981
Test: build
Change-Id: I62107d041410f4ee1d3652e394ed5e7688c12f25
2023-06-07 20:57:38 +00:00
Seigo Nonaka
7017c9a918
Merge "Include RobotoFlex into AOSP system image" am: 52b65fef51
...
Original change: https://android-review.googlesource.com/c/platform/build/+/2606566
Change-Id: I0274fbe39d7b6f19c486e22a62f79f203187052a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-07 02:52:15 +00:00
Seigo Nonaka
52b65fef51
Merge "Include RobotoFlex into AOSP system image"
2023-06-07 02:14:27 +00:00
Treehugger Robot
2939790301
Merge "Do not include SoundPicker on Android TV" am: 05e0a133aa
...
Original change: https://android-review.googlesource.com/c/platform/build/+/2604845
Change-Id: If5f51e4e7f5e0eea972d8c87790afdd209c1f6de
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-06-01 00:05:17 +00:00
Treehugger Robot
05e0a133aa
Merge "Do not include SoundPicker on Android TV"
2023-05-31 23:21:43 +00:00
Treehugger Robot
c7f4692afa
Merge "Enable UFFD GC." am: 4f6a18d4cf
...
Original change: https://android-review.googlesource.com/c/platform/build/+/2607296
Change-Id: Id6580ac9655505ed945d0903ed9ecfa34b6a7c40
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-31 14:36:36 +00:00
Jiakai Zhang
117212e422
Enable UFFD GC.
...
Bug: 160737021
Change-Id: Ic19c8764087607338963b0e5d351ff14f536dd20
Test: Presbumit
2023-05-30 15:22:40 +00:00
Seigo Nonaka
1260450745
Include RobotoFlex into AOSP system image
...
Bug: 235303866
Test: Manually done
Change-Id: I8ff5ef9441b8103d87bd4eb575e5abe87a2750c1
2023-05-29 17:49:20 +09:00
Nikolas Havrikov
15ba4a9bc6
Do not include SoundPicker on Android TV
...
This CL leverages the PRODUCT_IS_ATV build time variable to selectively
exclude the SoundPicker package from the PRODUCT_PACKAGES. This also
paves the way to approach the removal of other unused packages from TV.
Bug: 276897441
Test: make
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:413b614d0d7bc1b412c87672f995fabfadbb6bc8 )
Merged-In: Ifb25c1f26df545d31fb80f8e43c217fa8806e021
Change-Id: Ifb25c1f26df545d31fb80f8e43c217fa8806e021
2023-05-25 09:00:18 +00:00
Treehugger Robot
6c716889f9
Merge "Support dynamic 64-bit drmserver" am: 95ad4d4ba0
...
Original change: https://android-review.googlesource.com/c/platform/build/+/2588496
Change-Id: I05f061809b34064602aaec04e3403890f8b7c739
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-25 02:46:47 +00:00
Treehugger Robot
95ad4d4ba0
Merge "Support dynamic 64-bit drmserver"
2023-05-25 02:22:45 +00:00