- Mar 06, 2024
-
-
Jeff Sharkey authored
This change pairs with an external/mime-support CL so that we preserve MIME mappings that the OS depends on and CTS stays green. Bug: 135431432 Test: atest CtsMimeMapTestCases (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a5b42800b1cb3cee4fa103326cf2bb3affaa32ea) Merged-In: I4e96a9d9b5535455588e6bc181710c7283ce6f20 Change-Id: I4e96a9d9b5535455588e6bc181710c7283ce6f20
-
Pablo Gamito authored
-
Chiachang Wang authored
* changes: Remove unused variables Remove the SDK check and update test runner
-
Treehugger Robot authored
-
Clinton Ke authored
-
Nelson Li authored
Revert submission 2988149-framework_library Reason for revert: Broken build 11534795 on git_aosp-main-future on sdk-next-userdebug Reverted changes: /q/submissionid:2988149-framework_library Change-Id: I9a514adb63565e0fe1d40b0b9ec3bc305fbc9cc3 Bug: 328325889 Bug: 328326210
-
Chiachang Wang authored
This is a cleanup commit to address unused variables found by ERROR_PRONE. Test: atest FrameworksVpnTests Change-Id: I40241276a2700a38e769737e0ea8aace4cc3cae9
-
Chiachang Wang authored
The tests are in the platform now so the SDK check is no longer needed. Also update test runner since the tests do not need to use DevSdkIgnoreRunner so update it to AndroidJUnit4 instead. Test: atest FrameworksVpnTests Change-Id: Ibbd475820d87fd189f76b0134c688d52a0139451
-
Sudheer Shanka authored
Bug: 327285718 Test: atest services/tests/mockingservicestests/src/com/android/server/am/BroadcastQueueTest.java (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ed480b67b34feda9c9b01f03054f89e3e984b031) Merged-In: Iffb55f30816bd5e13f6992c434dc2cba7699b6a1 Change-Id: Iffb55f30816bd5e13f6992c434dc2cba7699b6a1
-
Treehugger Robot authored
-
Song Chun Fan authored
-
gang.huang authored
Bug: 327803684 Test: Manual Merged-In: Icea3d175ae899413ee28b052086bd9f12a189aea Change-Id: Icea3d175ae899413ee28b052086bd9f12a189aea
-
Chiachang Wang authored
-
Chiachang Wang authored
* changes: Move VPN related platform code unit tests Move LockdownVpnTrackerTest to FrameworksVpnNets
-
Treehugger Robot authored
-
- Mar 05, 2024
-
-
Brian Lindahl authored
Merge "Clarify documentation for why an app might use a PlaybackSession, and how to create and use it." into main
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Pablo Gamito authored
Used to save space in the framework.jar which isn't r8 optimized to remove unused constants. Bug: 321668269 Test: abtd running v2/android-crystalball-eng/health/microbench/bootup/idle/aosp/system-processes-memory and checking pinner_system_/system/framework/framework.jar_bytes metric value Change-Id: I32d16f80364e3446799498318e40844bc8adfc5a
-
Aishwarya Mallampati authored
-
Shunkai Yao authored
-
Shrinidhi Hegde authored
-
Shrinidhi Hegde authored
The tests were failing the first time on postsubmit because of test from some other file. All the tests would pass on retry. Creating a new target for rollback observer because we want them to run reliably. Test: manual Bug: 291137901 Change-Id: I7c4730391235bbbc07a98f17518d54037ff905e4
-
Treehugger Robot authored
-
Chiachang Wang authored
-
Nelson Li authored
1. Move the work of `declare-1p-copy-files` to `meta-lic.mk`. 2. Remove `$(LOCAL_PATH)/pathmap.mk` because the variables defined in it are no longer used. 3. The variable `ONE_SHOT_MAKEFILE` is deprecated and can be removed directly. 4. Move the main work of generating the targets `docs`, `offline-sdk-docs`, and `framework-doc-stubs` to `framework_library.mk`. Because Soong cannot specify the output to paths such as `$(OUT_DOCS)/` and `framework-doc-stubs-metadata_intermediates/`. 5. `ANDROID_BUILD_EMBEDDED` can theoretically be removed because the `.mk` files that use this variable are not currently in use, but since it involves many other files that are unrelated to this task, the work of removing this variable will be moved to other changes. 6. `(call first-makefiles-under)` can be removed after all Android.mk files in the subdirectories are converted to Android.bp. Bug: 322732227 Test: m docs offline-sdk-docs framework-doc-stubs Change-Id: Ied32cdb49af47f7e2892dc8081dbb8aa82c18cd4
-
Treehugger Robot authored
-
- Mar 04, 2024
-
-
Suprabh Shukla authored
-
Shunkai Yao authored
throw IllegalArgumentException if the size is invalid add check to the default size return from audio hal Bug: 317742497 Test: atest android.media.audio.cts.VisualizerTest Test: manual test with Sound Amplifier Change-Id: I34986011bcd9866f37b8eea083775efd923ab550 Merged-In: I34986011bcd9866f37b8eea083775efd923ab550
-
Charles Munger authored
Compiler explorer shows a 4x reduction in code size for the method on the hot path. BUG=327646201 Change-Id: Idcd1e3cc62ce5c9360e0ab334b01ecb2c3d73be1
-
Wei Li authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Paul Lawrence authored
-
Steven Moreland authored
This function throws IllegalArgumentException if the handle would be null. Fixes: 327499594 Test: N/A Change-Id: Iee6e3d671995d359968c3b2023e2c01a256f57a7
-
Treehugger Robot authored
-
Chiachang Wang authored
Address lint warning in aosp/2985391. Test: atest FrameworksVpnTests Change-Id: I44794e92a87372b83a63c36b57eb99909f570444
-
Chiachang Wang authored
As VpnProfile, VpnManager and Ik2v2VpnProfile are platform codes, their unit tests should be better to be placed together with their source code. Move the unit test from module to platform for better test configuration. Test: atest FrameworksNetTests FrameworksVpnTests Change-Id: Idb5033e23306b714a29d953866ca5a5771fb78a7
-
Chiachang Wang authored
LockdownVpnTrackerTest was put inside FrameworksServiceTest because there is no better place to put the test. This VPN related test should be better to be placed together with other VPN related tests. Also update the TEST_MAPPING to run the test accurately. Test: atest FrameworksVpnTests Change-Id: I2d90e401e3d0a6eea4a047a0079b28bba7aa15ed
-
Chiachang Wang authored
Vpn tests are moved to FrameworksVpnTests, so the TEST_MAPPING should be also updated. Test: m Change-Id: I9da0a93761dacf74c1a77862425fcf34d8cce877 Merged-In: I9da0a93761dacf74c1a77862425fcf34d8cce877
-