- Jan 16, 2024
-
-
Jihoon Kang authored
This change pass the aconfig_declaration modules defined in AconfigFlags.bp to the *-api-stubs-docs-non-updatable droidstubs module, so that the "exportable" stubs (i.e. the stubs only containing the flagged apis that are enabled by the release configuration) can be generated. Test: m api-stubs-docs-non-updatable && m checkapi Bug: 317290555 Merged-In: I944d336e474b9ed61f4554fc9325a8df3a9cf40b Change-Id: I944d336e474b9ed61f4554fc9325a8df3a9cf40b
-
- Jan 10, 2024
-
-
Treehugger Robot authored
-
- Jan 09, 2024
-
-
Alisher Alikhodjaev authored
Merge "Implementation of Dedicated card mode APIs changes (Discovery tech and Change Routing)" into main
-
Alisher Alikhodjaev authored
(Discovery tech and Change Routing) Bug: 300351519 Bug: 319156577 Test: n/a Merged-In: If664910d00fc673c0329e0cd4489174260eb4f1e Merged-In: I3035f8b4fac331d827afa8e7bda6109d91ee510a Change-Id: If664910d00fc673c0329e0cd4489174260eb4f1e
-
Eric Biggers authored
* changes: Remove serialNumber parameter from prepareUserStorage Remove serialNumber parameter from createUserStorageKeys Remove serialNumber parameter from unlockCeStorage
-
Treehugger Robot authored
-
Paul Sowden authored
-
Treehugger Robot authored
-
Eric Biggers authored
-
Garvit Narang authored
Bug: 262605832 Test: n/a Change-Id: Ib1f61a9ab8bda28f9031ddc9bcc1beddfecda53d
-
Treehugger Robot authored
-
Eric Biggers authored
Some test cases in TrustManagerServiceTest are failing on internal main because http://ag/23669695 changed how PackageMonitor works. Sending an ACTION_PACKAGE_CHANGED intent no longer causes PackageMonitor#onPackageChanged to be called. This CL fixes the test failures by making TrustManagerServiceTest call the onPackageChanged method of TrustManagerService's PackageMonitor directly. Bug: 29385425 Test: atest TrustManagerServiceTest # on both AOSP and internal main Change-Id: I0b4708e4223452430ff10e422a71b223656a3360
-
- Jan 08, 2024
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Cole Faust authored
This android.bp file was moved, and the comment needs to be updated to reflect that. Test: Presubmits Change-Id: I225690505ccbf0f2234e65cbc668ade9bfbd5e17
-
Eric Biggers authored
-
Yifan Hong authored
* changes: vintf: Disable kernel compat check at boot time. vintf: delete deprecated VintfObject.verify.
-
Yifan Hong authored
Before this change, if the kernel has a set of CONFIGs that is not compatible with the system image, a dialog is displayed for user / userdebug builds at boot time. This check has been doing more harm than good because: - This check is already enforced at build time and during VTS tests (See vts_treble_vintf_framework_test). - The dialog blocks UI automation for tests. For these UI automation tests, they need to respond to the dialog. - GKI has been enforced ecosystem-wide except for a few low-end devices of other verticals. For these non-GKI devices, the check enforced by VTS should guard this. Hence, the check does not give us any signal. - During development, a kernel that corresponds to the latest release (android15 as of now) might not have valid kernel config requirements in userspace. Kernel development schedule is usually ahead of the userspace development schedule. It does not always carry the string "-mainline-", because it is not a mainline kernel. To unblock test automation on these latest, bleeding-edge kernels, this kernel check should go away. - This is a small steps towards dropping the dependency on libvintf on libandroid_runtime. libvintf links to libselinux, which is huge. libandroid_runtime loads this, and the memory stays there forever. Ideally, we should disable the whole VINTF check at boot time, but let's do this one step at a time. Bug: 272479887 Bug: 270169217 Test: TH Change-Id: If24cdca9fb535b8f443c0d21f9a46c7ea25c1f9f
-
Yifan Hong authored
It is not used anywhere. Test: TH Bug: 270169217 Change-Id: Ifcc8412ed3629d2447908513faf1d6f5ed3f483c
-
Siim Sammul authored
-
Riddle Hsu authored
Merge "Reset top activity's mWaitForEnteringPinnedMode when aborting an incomplete pip-entry" into main
-
Treehugger Robot authored
-
Nelson Li authored
The primary purpose of validate_framework_keymaps is to perform checks on all *.kl, *.kcm, and *.idc files using the "validatekeymaps -q" command. This action can be replaced by using a genrule. Bug: 318785074 Test: m validate_framework_keymaps Change-Id: I657466d7ee2cec29900beeb0610cb0d30f34f92e
-
- Jan 06, 2024
-
-
Treehugger Robot authored
-
Yifan Hong authored
Non-A/B has been deprecated for long. During non-A/B updates, compatibility.zip is checked with VintfObject.verify(), which is another deprecated function that always returns compatible if a list of package VINTF XMLs are supplied. (see below.) Hence, the private RecoverySystem.verifyPackageCompatibility was just useless code that unconditionally returns true except for invalid ZIP file. Remove it. Replace the public RecoverySystem.verifyPackageCompatibility and make it return true unconditonally. VintfObject.verify() with OTA XMLs are deprecated per http://b/139300422 [VINTF] Delete OTA vintf checking code in http://r.android.com/1194233 ("Delete VINTF compatibility checks during OTA."), in 2019. We had decided that compatibility checks during OTA should be removed, and moved to OTA generation time instead. Using an old libvintf on the device to check against new libvintf metadata required forward compatibility of libvintf, which cannot be achieved. Instead, the device should verify the signature of the OTA to verify its source. Test: TH Bug: 270169217 Bug: 139300422 Change-Id: I775d29e4cd1d165233e07cfb820d1fe343fa4757
-
Spandan Das authored
The availability to wifi apex was done implicitly using a baseline map in build/soong/apex/apex.go. Make this explicit in Android.bp Bug: 281077552 Test: m nothing Change-Id: I5c3fb582f290da2d5cedc65417ca126013941da5
-
- Jan 05, 2024
-
-
Eric Biggers authored
Remove the serialNumber parameter from IStorageManager#prepareUserStorage, StorageManager#prepareUserStorage, and StorageManagerService#prepareUserStorageInternal, as it is not used. Bug: 316035110 Test: atest UserDataPreparerTest Flag: N/A, mechanical refactoring Change-Id: I4bb716a502fec267fbe0d93e423c7d713c78feaa
-
Rex Hoffman authored
Merge "Uptesting is moving folks to /external/robolectric from /external/robolectric-shadows" into main
-
Eric Biggers authored
Remove the serialNumber parameter from IStorageManager#createUserStorageKeys and StorageManager#createUserStorageKeys, as it is not used. Bug: 316035110 Test: presubmit Flag: N/A, mechanical refactoring Change-Id: I11f2507fefb374bea7c8de857424c67108fcb97e
-
Eric Biggers authored
Remove the serialNumber parameter from IStorageManager#unlockCeStorage, as it is not used. Bug: 316035110 Test: atest UserControllerTest Test: atest com.android.server.locksettings Flag: N/A, mechanical refactoring Change-Id: Idfb46e625f0ab6915c980e4a39420fe712cb5fb5
-
Devin Moore authored
-
Eric Biggers authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Eric Biggers authored
This test is in neither presubmit nor postsubmit. It should be in presubmit, but add it to postsubmit as a first step. Bug: 296464083 Test: N/A Change-Id: I6453d92fea76efab6554e4315cf9f38d84e8e072
-
Eric Biggers authored
-
Eric Biggers authored
-
Paul Duffin authored
Copies the system version of the `api-versions.xml` file to a file `api-versions_system.xml` in the top level dist directory. Bug: 190665366 Test: m sdk dist # Check to make sure that the file exists. Change-Id: Ie139f81a819eb5f389363ffdefa7bc42d36804e0
-
Rex Hoffman authored
We maintain /external/robolectric (keep it in sync with github/google3) and are getting ready to delete /external/robolectric-shadows Bug: 314757990 Test: atest same failing tests before and after in services/robotests. Flag: NA Change-Id: Ie3d2e902ffcba6b9d159b78592f7d6ce31288a2f
-
Dorin Drimus authored
-