- Sep 30, 2020
-
-
Yi Kong authored
These projects triggers Clang crash for global ThinLTO build. Disable ThinLTO for these projects for now. This CL has no affect for normal builds. Test: GLOBAL_THINLTO=true m Bug: 169004486 Change-Id: Id0c7d243250b6dc7f1ec3099c77cebc179d2c3b3
-
Anton Hansson authored
-
Anton Hansson authored
This reverts commit cfb26e3b. Reason for revert: b/169747069 Change-Id: I9290708aea6a66bbecc098b75403f6e5d7e77ec7
-
Lorenzo Colitti authored
* changes: Fix OffloadHardwareInterfaceTest. tethering: offload: Netlink Req NfGen
-
Andrei-Valentin Onea authored
-
Anton Hansson authored
-
Neil Fuller authored
-
Neil Fuller authored
This adds a new permission in AOSP, so it can be referenced by the Shell command, which presubmit suggests has to be maintained in AOSP. Bug: 159891384 Test: build only Exempt-From-Owner-Approval: jsharkey@ approved but it appears to have reset...? Change-Id: Ic7d403e20731e9d6bd82d5b2e2758cc61989cc59
-
Lorenzo Colitti authored
r.android.com/1424920 changed the code but forgot to update the unit test. Also fix some lint errors. Bug: 149109043 Test: atest TetheringTests TetheringPrivilegedTests Change-Id: I53ca4b9877dcb4a759dee6ec63133653315d826f
-
Tyler Wear authored
Add the netfilter generic message header to the netlink req. This is needed so the kernel won't ignore the request for invalid params. Bug: 149109043 Test: ConntrackSocketTest Change-Id: I1757fdeb11a0cac5821021a22323cbd74fe22bdc
-
- Sep 29, 2020
-
-
Nathan Harold authored
-
Jean-Michel Trivi authored
-
guofei.xue authored
When test the monkey, the mCursor is not null and the mCursor is Closed. So that the mCursor cannot call the method of moveToPosition. Otherwise it will lead to StaleDataException. In order to prevent the android.database.StaleDataException and IllegalStateException, use the try catch to deal with the StaleDataException and IllegalStateException. Test:Perform the monkey test, and See if this android.database.StaleDataException will happen again when call the method of android.media.RingtoneManager#getRingtoneUri. Bug: 169292273 Change-Id: I577c41c6a4b0025ce562a2dc495a6f28b103cfaa
-
Brad Ebinger authored
-
Andrei Onea authored
Cleanup overrides in the PlatformCompatCommandNotInstalledTest test. Test: atest PlatformCompatCommandNotInstalledTest Test: adb shell dumpsys platform_compat | grep override # is empty Bug: 169235095 Change-Id: Ibd9f2801e8b4c571dca49f0682a8bc3b17ffd545
-
Treehugger Robot authored
-
Treehugger Robot authored
* changes: When the mUri is null,it will happen NullPointerException. Ringtone uri should add type query
-
John Reck authored
The logic in setBufferCount was still assuming it needed to inject the extra buffers, however that injection was already happening in the min_undequeued query. So it was increasing buffercount by 2x the extraCount, or concretely 5 buffers when it should have been 4 on >75hz devices Bug: 168928692 Test: Boot coral, verify 4 buffers instead of 5 Change-Id: I0908228a6791d90544fbf4cb21170931bd31a9db Merged-In: I0908228a6791d90544fbf4cb21170931bd31a9db
-
Paul Duffin authored
-
Paul Duffin authored
-
Mohammad Islam authored
-
Jin Seok Park authored
-
Jin Seok Park authored
-
Jin Seok Park authored
Test: N/A Change-Id: I12f98059bcf94d9e89b9ea766111f0bd7bb3c7b5
-
hkuang authored
This is for moving MediaTranscodeManager to the media mainline module in Android S. Test: No test as just adding owners. Bug: 145233472 Change-Id: I1dd63f280b55090995e1ba6354c0916aa8866f76 Merged-In: I1dd63f280b55090995e1ba6354c0916aa8866f76
-
Sarah Chin authored
-
- Sep 28, 2020
-
-
Sarah Chin authored
TAC was updated to 3 bytes, so the limit is now 0xffffff instead of the previous 0xffff. Update to meet 3GPP requirements in 24.501 9.11.3.8. Test: build Bug: 144433329 Change-Id: Ie007c29671da709f23684ff27d30ef1c377aadc6 Merged-In: Ie007c29671da709f23684ff27d30ef1c377aadc6
-
Jayant Chowdhary authored
* changes: camera2: Remove partial result nodes for error frames. camera2: Improve code readability for FrameNumberTracker.
-
Brad Ebinger authored
Instead of requiring that listeners poll for an ImsFeature binder when they go down, modify interfaces to notify listeners when a new instance of a Binder is available. Test: atest CtsTelephonyTestCases FrameworksTelephonyTests ImsCommonTests Test: manual E2E tests of IMS functionality (call, SMS, settings...) Change-Id: Ia9f7ae3db193b1c4b3f6693a45cdcf9a4aaefe1d
-
Sarah Chin authored
-
Paul Duffin authored
Uses an output tag to access the doctag_files exposed by the art.module.public.api java_sdk_library. This ensures that the doctags will be available from the ART prebuilts as well. Bug: 168301990 Test: Built offline-sdk-docs with and without the change and diffed them. The only difference was the timestamp.js file. Change-Id: Ibd51899e4aeb9b11727a54644330bbbe8b7e86a7
-
Paul Duffin authored
Bug: 168301990 Test: Built offline-sdk-docs with and without the change and diffed them. There were some changes other than the timestamp.js file. With these changes classes that implemented the Object.equals(Object) method had some extra documentation that explained that the parameter could be null. The reason for this change is that the stubs generated with this change includes android.annotation.Nullable whereas previously they included androidx.annotation.Nullable. The change is a very minor improvement over what is currently uploaded to developer.android.com/reference so not worth backporting. Diffed api/public/current.txt against frameworks/base/api/current.txt and made sure that the latter was a superset of the former and there were no differences in the area that overlapped. Change-Id: I3767948b4659b18b813c8eed66258af98ac4a241
-
Kevin Chyn authored
-
Mohammad Islam authored
-
Nicolas Geoffray authored
-
Gavin Corkery authored
-
Treehugger Robot authored
-
JW Wang authored
See b/160281947#comment2 for the analysis. Let's clean up staged sessions to improve test isolation. Bug: 160281947 Test: atest StagedRollbackTest Change-Id: I3ad6317eaee3ffb4c6351c630460dd8f1d27e644 Merged-In: I3ad6317eaee3ffb4c6351c630460dd8f1d27e644 (cherry picked from commit be2c3fc5)
-
Gavin Corkery authored
Use the StagingManager lifecycle class to call into ApexManager when the boot completed broadcast is received. ApexManager will then call into apexservice to inform apexd of the boot completion, instead of apexd relying on the sys.boot_completed property. Test: atest StagedInstallTest Test: atest ApexRollbackTests Bug: 158467962 Change-Id: Ibcb4cb784243530eb2cf8c2633651342e8115d14 Merged-In: Ibcb4cb784243530eb2cf8c2633651342e8115d14 (cherry picked from commit 221f3ec5)
-
Treehugger Robot authored
-