Age | Commit message (Collapse) | Author |
|
|
|
android.hardware.telephony.messaging
Bug: 395178686
Test: CF builds and boot
Flag: EXEMPT refactor
Change-Id: I5ceb41f14990b047f17492470b64a457472b9739
|
|
Flag: build.RELEASE_PACKAGE_PIXEL_NFC_VENDOR_APEX
Test: m com.android.hardware.nfc-service.st
Bug: 373874493
Change-Id: I4541180a8839adc6cf2bf334c3c0c7645c1738dc
|
|
Bug: 351819362
The satellite feature XML is shared by all OEMs producing a device with the satellite feature being returned as a system feature from the package manager. Currently it can only be included by the deprecated practice of adding to PRODUCT_COPY_FILES, however. This change adds a prebuilt_etc declaration for it so it can be included by adding to PRODUCT_PACKAGES instead.
Test: add android.hardware.telephony.satellite.prebuilt.xml to PRODUCT_PACKAGES and build
Flag: EXEMPT refactor
Change-Id: I39d001dba6c5e0121fa269339e00102a2e247539
|
|
Bug: b/370568136
Flag: NONE infeasible
Change-Id: Iec86c0cb5ef3697d6c5c35a6773c19e0215a93e5
|
|
6fcf6a551b am: fa151f1404
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3349919
Change-Id: If345cc8036732bd6fc37eb485b84f543d6ad643d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
6fcf6a551b
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3349919
Change-Id: I4b829272555f67f84225e0239ad11f1fc10a20e0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
Bug: 371095923
Test: Compiles
Change-Id: I07677391171b9b2b1fee46ecaacffb86be87e80c
|
|
Bug: 370570306
Merged-In: I9be1254c3e2685b0aa950b314c581824f40ce26c
Change-Id: I35bc501a2b1d9eb100aaab25cd660cf2e0542f99
|
|
am: be4a224a40
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3239260
Change-Id: I089696e794749ca1c3d0ff5bd12c0cc137acbe23
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
|
|
Bug: 364416355
Change-Id: I6b1e7e746a8f56d335cee310c24ef4c44626b0ae
Flag: android.xr.xr_manifest_entries
Test: Checked that project still built.
|
|
Also fix some errors in comments etc for previous years.
Bug: b/369695807
Change-Id: I03fc7463755b01238f92f498b181ade703be43d1
Flag: EXEMPT infra for xts
|
|
FeatureTest#testManagedProfileSupported request enable multip user
in android-go projects, add the feature support.
Bug: 361452766
Test: run cts-on-gsi -m CtsPackageManagerTestCases -t android.content.pm.cts.FeatureTest#testManagedProfileSupported
Change-Id: Id4925a2611fed4395fa057084d5e82b9f1a38818
|
|
Changes include renaming forgetFactor to alpha.
Test: atest libinput_tests
Bug: 266747654
Bug: 353161308
Flag: com.android.input.flags.enable_prediction_pruning_via_jerk_thresholding
Change-Id: Icd056d36a3d7894c6c9b4b957233002ad961a9a1
|
|
Test: atest libinput_tests
Test: atest CtsInputTestCases
Test: atest MotionPredictorBenchmark MotionPredictorTest
Test: Using stylus in a drawing app and seeing the jerk logs.
Bug: 266747654
Bug: 353161308
Flag: com.android.input.flags.enable_prediction_pruning_via_jerk_thresholding
Change-Id: I3d6c47d94d66e5ff2b33474acbca72daca051242
|
|
am: c9e99f797b
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3152117
Change-Id: I789312d71bdc7e3c0b8024054590c26c453181e2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
Instead of using PRODUCT_COPY_FILES to copy a source file to install,
define a prebuilt_etc module and add it to the PRODUCT_PACKAGES.
android.software.credentials.xml is to be installed in system for
GSI.
Bug: 345373198
Test: See if android.software.credentials.xml is installed in
system/etc/permissions
Change-Id: Ib9f030e1e0ff6db55a6e07444943407f9ff1c1df
|
|
3a47ac77d7
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3140724
Change-Id: I0f023d7f8b0d7338c4dcfd0dee30d045b3cda243
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
These files were installed with PRODUCT_COPY_FILES. Instead of using
the PRODUCT_COPY_FILES define them as prebuilt_etc modules and
install them.
Different from the other modules in this directory, these new modules
are for system files.
Bug: 314933937
Test: m aosp_cf_system_x86_64
Change-Id: I3a8fb0046bbadcd5fcd5c2ded4d3b745b71e0f47
|
|
Bug: 337193821
Test: make
Change-Id: I8b70f27e264a5776c07d0acd7e8d8a1baf839f90
|
|
Bug: 337098550
Merged-In: I8d975b81afd2cde1d543e8bc7e730a6e42393bec
Change-Id: I714982d2b0df34afc9f9729deb2636de5d0c7b64
|
|
|
|
|
|
This reverts commit 8eb00cc0a03413e68e71c4938b74ff4dd8225da9.
Reason for revert: The feature did its job in U, not needed in V.
Change-Id: Ib935c8a958f1d4df531b986c3fe901c1e064e092
|
|
Jerk thresholds are higher, which means less predictions are pruned.
Test: atest libinput_tests with local flag override to enable
enable_prediction_pruning_via_jerk_thresholding.
Test: atest CtsInputTestCases
Test: atest MotionPredictorBenchmark MotionPredictorTest
Test: Using stylus in a drawing app and seeing the predictions
Bug: 266747654
Change-Id: I430c4cd79bfe62a339b6c14964d7d7a91facf6c2
|
|
This will change MotionPredictor::predict() outputs once
enable_prediction_pruning_via_jerk_thresholding is enabled.
Test: atest libinput_tests --host with local flag override to enable
enable_prediction_pruning_via_jerk_thresholding.
Test: atest CtsInputTestCases
Test: atest MotionPredictorBenchmark MotionPredictorTest
Bug: 266747654
Change-Id: I11eb1972246468a1f3824656f5ac57e01e0359cd
|
|
This reverts commit 475fb0fbefb7cc714aa3606aab7445f769c9b22b.
Reason for revert: b/329350496 - Introducing new config with `android.*` namespace is not allowed in 24Q2.
Change-Id: I90d0c3cd83f4914650ed7fd84acefc4a1ad5520b
|
|
434e002dfb
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3000144
Change-Id: Ice882a1716c70f4221af82dbf3f094cf4ede907b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
Add vulkan compute prebuilt for cuttlefish
match with Goldfish vulkan versions
Bug: b/327677102
Test: Build, boot, CTS passed
Change-Id: Ibd3563395471cb3dd16fa936d6cc4a8fd2ae4318
Signed-off-by: Sean Kim <gogazago@google.com>
|
|
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2995396
Change-Id: I700153de6243cf173bb17703cbff50ded8486e21
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
|
|
Cuttlefish needs prebuilts for vulkan.
add vulkan prebuilts for level 1 and version 1_3 for CF
Bug: b/327677102
Test: Build, boot, CTS passed
Change-Id: Ifded0562511cd7325522c20c0a840112d65058c2
Signed-off-by: Sean Kim <gogazago@google.com>
|
|
android.hardware.telephony.data
Bug: 310710841
Test: CF builds and boot
Change-Id: I36523f6cf1092a2917287ec70844d0553eb76ccc
|
|
Bug: 326143814
Test: wcgw
Change-Id: Ic1404e771cf071cde1152df79465575fccd2912e
|
|
Bug: 326143814
Test: Local integration with Omnient, atest
Change-Id: I944b4a76a8ffa579c84eccf622849049a2260d83
|
|
android.hardware.telephony.carrierlock
android.hardware.telephony.ims.singlereg
Bug: 325389635
Test: atest ImsServiceTest
Change-Id: If400d5b168d1d3b403a2ce65c67751960eaf26ed
|
|
|
|
DD: go/wear-dd-credential-manager
Bug: 301168341
Tested: enable/disabled flag with adb command and reboot the system, ·getSystemService("credential")· returns non-null/null result correspondingly.
Change-Id: I500830604ac1d0e64f9bc9a8b19498577a25378c
|
|
Remove android.hardware.location from car_core_hardware.xml because
cars don't normally have this out of the box.
Also remove it from shared android.hardware.location.gps.xml because
it should not be tied to the existence of GPS on a platform.
Bug: 293561387
Test: rebuild system, inspect output of adb shell pm list features
run atest SystemFeaturesTest#testLocationFeatures
Change-Id: I3ae67b95151ee1d876e6bcf2278aa643dd75c9ee
|
|
Devices targeting the next dEQP levels can use these files
to start running the newly added tests.
Bug: b/309647173
Test: Build
Change-Id: Ice4df2f6d4e7de5b9afbb26fb80211c8e33c9657
|
|
2023 test lists are frozen for Android 14 and we started to add new
tests into 2024 test lists. Devices targeting latest dEQP levels
should start running these new tests.
Bug: b/308941523
Test: Build
Change-Id: I4feb03de7983799dc8f0e5c1ce4b73d684e8fb37
|
|
1ebe34600c am: 13964cc191 am: 53fb284ddf
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2796000
Change-Id: I6f03e413ec6e999ce4a9bfab9e1da2d068dbd2e7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2796000
Change-Id: If88c2f8aee0a81afc6e0774d44549a526b67abff
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
Bug: 300011111
Test: VtsHalSecureElementTargetTest
Change-Id: I5d5afbe6e1d6cb7f07493a701f117ea6770a3425
|
|
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2797161
Change-Id: Ibe12f839ed63fd046c06c5522b0358e0076e5e9b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
|
|
Bug: 305647982
Test: Build
Change-Id: Ifbbc3d8f0d323dfaa7ada08c991597f536111b56
|
|
targets." into main am: f4c0747dfa am: be840d27c1 am: 83aefaa169
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2794155
Change-Id: Iede9fa8f52787d31dcf6b43ca7f212c54c54b8ff
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
targets." into main am: f4c0747dfa
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2794155
Change-Id: Ifa4c9b0dce57837dcca08f3944493fe8ad2cbef0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|