- Oct 23, 2023
-
-
Anton Hansson authored
The args attribute does not work well with defaults as it's just a string, which cannot be extended. Migrate to the flags attribute. Bug: 306806877 Test: diff ninja file before/after Change-Id: Ifd1d503d2da29bf1cdf2664201f9c8276f9480a4
-
Adrian Roos authored
(cherry pick of 7da1d255 and 38dd161e) Bug: 297362755 Test: make checkapi Merged-In: If7333ead86d9028ab0a1cc8f25fc534cb13a1858 Merged-In: I4d384efac8a8d3b183d9b207b195ad5489db9e55 Change-Id: I4d384efac8a8d3b183d9b207b195ad5489db9e55
-
- Oct 21, 2023
-
-
Roshan Pius authored
-
- Oct 20, 2023
-
-
Roshan Pius authored
-
Treehugger Robot authored
-
Eric Biggers authored
-
Roshan Pius authored
Bug: 306695176 Test: atest CtsStrictJavaPackagesTestCases:android.compat.sjp.cts. StrictJavaPackagesTest#testBootClasspathAndSystemServerClasspath_nonDuplicateClasses -- --abi x86_64 Change-Id: If62cad7d5c0abede6a96d680b4df72fedcca05f0
-
Peiyong Lin authored
Now that ANGLE starts to become part of the platform, remove the code that takes ANGLE as an intervention. Bug: b/283781993 Test: atest CtsAngleDeveloperOptionHostTest -c Change-Id: I9fca1eab03f5804f52e09fb51e08a806b0fc9972 Merged-In: I9fca1eab03f5804f52e09fb51e08a806b0fc9972
-
Matt Pietal authored
-
Shunkai Yao authored
-
Shunkai Yao authored
-
Shunkai Yao authored
Test: atest SpatializerHelperTest & AudioDeviceBrokerTest Bug: 278265907 Change-Id: Ie023442a56bcd2640da33f5edade33953be5bf05
-
Vlad Popa authored
The idea is to have a device state catalog for all the known devices. Also refactored the name of the Settings.Secure key entry for persistence. The current code will check the legacy key first, erase it and update the new key. Test: atest SpatializerHelperTest & AudioDeviceBrokerTest Bug: 278265907 Change-Id: Idabcc84cb0f5f6f88ba5aebc435511ab95016ef3 Merged-In: Idabcc84cb0f5f6f88ba5aebc435511ab95016ef3
-
Peiyong Lin authored
-
Roshan Pius authored
Classes like AidGroup will not be part of NFC mainline module, so it should not be accessing utility @hide methods from classes which are part of mainline module. Bug: 303286040 Test: Compiles Change-Id: I5ab7d48c121b27f442c1e72687e0b24d994e1138
-
Eric Biggers authored
Make it possible for rust code such as keystore2 to check android.security flags. Bug: 296464083 Test: Tested accessing flag from keystore2 Change-Id: I52c6803ab712c76573a1ac70eb7734eb5f7f8f73
-
Roshan Pius authored
-
Jihoon Kang authored
Merge "Fix discrepancy between from text vs source android_test_frameworks_core_stubs_current" into main
-
Anton Hansson authored
-
Roshan Pius authored
This reverts commit da8a5ebb. Reason for revert: Reland with fix for build failure. Bug: 303286040 Change-Id: I1083a805e34f63424680045734c94389f78a124d Test: Compiles
-
Anton Hansson authored
The reason certain checks are disabled in doclava is that they have been implemented in metalava instead. Clarify that. Test: presubmit Change-Id: I32c32783dea59a63d95d14b4ad636159536c2944
-
Roshan Pius authored
-
Roshan Pius authored
This reverts commit 869155b8. Reason for revert: Causes build failure Bug: 306523602 Change-Id: Ib3fffa498d1e645fc1b38eb61084564534fef72e Test: N/A
-
Roshan Pius authored
-
Roshan Pius authored
-
Roshan Pius authored
-
- Oct 19, 2023
-
-
Peiyong Lin authored
Reason for revert: Revert to reland the patch. Original patch was reverted due to PcmaPhotoEditingV3 regression, see b/293486861. Original commit message: """ Load native GLES driver when specified. Since ANGLE and native GLES drivers can coexist, when native is specified, the loader must load the native GLES drivers specified in ro.hardware.egl. This patch passes this information down to the native graphics environment so that the EGL loader can properly check. Bug: b/283858001 Test: atest CtsAngleDeveloperOptionHostTest -c with ANGLE being default Test: atest CtsAngleDeveloperOptionHostTest -c with native being default """ Bug: b/283858001 Test: atest CtsAngleDeveloperOptionHostTest -c with ANGLE being default Test: atest CtsAngleDeveloperOptionHostTest -c with native being default Change-Id: I70b197f7b39afa52cb63cea48db274177123980d Merged-In: I70b197f7b39afa52cb63cea48db274177123980d
-
Jiakai Zhang authored
-
Andrew Walbran authored
-
Jiakai Zhang authored
If set, all dexopt profiles are ignored by dexopt during the installation, including the profile in the DM file and the profile embedded in the APK file. If an invalid profile is provided during installation, no warning will be reported by `adb install`. Context: go/platform-support-for-baseline-profiles Bug: 257532944 Test: atest CtsCompilationTestCases Change-Id: Ib933f3443346895c771ed16e4acc7591231d6645 Merged-In: Ib933f3443346895c771ed16e4acc7591231d6645
-
Roshan Pius authored
1. Separate out NFC protos included in NFC API classes 2. Allow NFC flags to be included in NFC Apex Bug: 303286040 Test: Compiles (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:84948ad7775427e91da76239e135069e2c34681c) Merged-In: I6848686b892bec543f977d48e5410af444eb2f7c Change-Id: I6848686b892bec543f977d48e5410af444eb2f7c
-
Roshan Pius authored
Temporary change for creating framework-nfc.jar, need to formalize the API. Bug: 303286040 Test: Compiles (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:34eab749beb70d56cf87da73426240586ebc1ec3) Merged-In: Iecbf1b58ee2305c509da9c90cd421ee0cb91d379 Change-Id: Iecbf1b58ee2305c509da9c90cd421ee0cb91d379
-
Roshan Pius authored
Since NFC is becoming a mainline module, the existing CameraServiceProxy usage of raw INfcAdapter aidl interface will not be mainline compatible. So, create a system api to formalize this API usage. This has also been requested by the DCK team previously. Also, preserve the existing INfcAdapter usage behind the flag by including INfcAdapter file directly inside services/core. Bug: 303286040 Bug: 290843937 Test: atest CtsNfcTestCases Change-Id: I09b9bc58bd4f7cea705a0a17268448dde2bfef0a
-
Peiyong Lin authored
-
Shaquille Johnson authored
-
Peiyong Lin authored
Revert reason: PcmaPhotoEditingV3 regressed, see b/293486861. Original change id: I9a01abe2f652a5dcfa5148badde8d7aa43c1a151 Bug: b/283858001 Bug: b/293486861 Test: atest CtsAngleDeveloperOptionHostTest -c with ANGLE being default Test: atest CtsAngleDeveloperOptionHostTest -c with native being default Change-Id: I03a662186d386764c9b0dd2b9d8d5ada93823dda Merged-In: I03a662186d386764c9b0dd2b9d8d5ada93823dda
-
Revathi Manoharan authored
In Landscape mode, navigation bar insets are still seen in AOD instead of black screen, due to margin set on LightRevealScrim view. Solution: To avoid set ignoreRightInset to true, so that the margins can be ignored for AOD screen. Bug: 306348998 Change-Id: I5569ba5cdd4c2ebf9dadd3ed1a9a11f137a556f5
-
Wilson Wu authored
-
Ahmad Khalil authored
-
Wilson Wu authored
Add view owner to cover the view related coretests. Bug: 303742628 Test: presubmit Change-Id: Ic0363487c70e543a13f52cd6f48eb5b8d107816a
-