-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'android-14.0.0_r1' of https://android.googlesource.com/dev…
…ice/google/sunfish into lineage-21 Android 14.0.0 Release 1 (UP1A.231005.007) * tag 'android-14.0.0_r1' of https://android.googlesource.com/device/google/sunfish: Update sunfish SVN to 64 Update sunfish SVN to 63 sunfish: remove customizedMaxCachedProcesses Update sunfish SVN to 62 Add hardware/qcom/wlan namespace update namespace for generic hal Explicit init .rc user. update AIDL IGoogleBattery manifest version to 2 Revert "Revert "update AIDL IGoogleBattery manifest version to 2"" Revert "update AIDL IGoogleBattery manifest version to 2" update AIDL IGoogleBattery manifest version to 2 Update overlay to support MAC randomization on open SSIDs Set the default loop driver queue depth to 31 Revert "Migrate the blkio cgroup controller to the v2 hierarchy" sunfish: move sg_write_buffer rule to common folder Update Sunfish compatibility matrix and makefile to use the AIDL wifi_ext service. Revert "Update Sunfish compatibility matrix to use the" Add prebuilt protobuf 3.9.1 to vendor partition. Update Sunfish compatibility matrix to use the AIDL wifi_ext service. [Sunfish] Drop the ACCESS_FINE_LOCATION for Restore Migrate the blkio cgroup controller to the v2 hierarchy Add display config for sunfish Removing deprecated Sunfish target update namespace for generic hal Migrate I/O scheduler parameters to task_profiles.json Delete HALs that are already in VINTF fragments (google_battery) Delete HALs that are already in VINTF fragments (android.hardware.*) Delete GNSS from main manifest. Clean up unused face_enroll_introduction_animation This file doesn't exist Dumpstate: get fsck log Disable per-cgroup PSI accounting AOSP+GMS - Build for aosp_sunfish_gms - set BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE. Allow including car boards from outside google_car Add device-specific support for GoogleBattery AIDL V1 Update sunfish SVN to 45 [LSC] Add LOCAL_LICENSE_KINDS to device/google/sunfish Notify port status change for moisture detection Implement callbacks for limitPowerTransfer Migrate IUsb implementation to AIDL Disable LE audio related profiles for sunfish Switch NFC from HIDL to AIDL Set default the Bluetooth class of device Revert "Switch NFC from HIDL to AIDL" Use the ?= operator so BT properties can be overridden Switch NFC from HIDL to AIDL Update LE Audio profile properties to match spec and implementation Update sunfish SVN to 42 Bug: 223313197 Implement callbacks for limitPowerTransfer Conflicts: BoardConfig-common.mk device.mk Change-Id: I405c33be5711d05a53bf14d784eca2fc2672cea0
- Loading branch information
Showing
16 changed files
with
161 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-945 KB
overlay/packages/apps/Settings/res/raw/face_enroll_introduction_animation.mp4
Binary file not shown.
Binary file removed
BIN
-945 KB
overlay/packages/services/apps/Settings/res/raw/face_enroll_introduction_animation.mp4
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
{ | ||
"Profiles": [ | ||
{ | ||
"Name": "LowIoPriority", | ||
"Actions": [ | ||
{ | ||
"Name": "JoinCgroup", | ||
"Params": | ||
{ | ||
"Controller": "blkio", | ||
"Path": "background" | ||
} | ||
}, | ||
{ | ||
"Name": "SetAttribute", | ||
"Params": | ||
{ | ||
"Name": "CfqGroupIdle", | ||
"Value": "0", | ||
"Optional": "true" | ||
} | ||
}, | ||
{ | ||
"Name": "SetAttribute", | ||
"Params": | ||
{ | ||
"Name": "CfqWeight", | ||
"Value": "200", | ||
"Optional": "true" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"Name": "NormalIoPriority", | ||
"Actions": [ | ||
{ | ||
"Name": "JoinCgroup", | ||
"Params": | ||
{ | ||
"Controller": "blkio", | ||
"Path": "" | ||
} | ||
}, | ||
{ | ||
"Name": "SetAttribute", | ||
"Params": | ||
{ | ||
"Name": "CfqGroupIdle", | ||
"Value": "2000", | ||
"Optional": "true" | ||
} | ||
}, | ||
{ | ||
"Name": "SetAttribute", | ||
"Params": | ||
{ | ||
"Name": "CfqWeight", | ||
"Value": "1000", | ||
"Optional": "true" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"Name": "HighIoPriority", | ||
"Actions": [ | ||
{ | ||
"Name": "JoinCgroup", | ||
"Params": | ||
{ | ||
"Controller": "blkio", | ||
"Path": "" | ||
} | ||
}, | ||
{ | ||
"Name": "SetAttribute", | ||
"Params": | ||
{ | ||
"Name": "CfqGroupIdle", | ||
"Value": "2000", | ||
"Optional": "true" | ||
} | ||
}, | ||
{ | ||
"Name": "SetAttribute", | ||
"Params": | ||
{ | ||
"Name": "CfqWeight", | ||
"Value": "1000", | ||
"Optional": "true" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"Name": "MaxIoPriority", | ||
"Actions": [ | ||
{ | ||
"Name": "JoinCgroup", | ||
"Params": | ||
{ | ||
"Controller": "blkio", | ||
"Path": "" | ||
} | ||
}, | ||
{ | ||
"Name": "SetAttribute", | ||
"Params": | ||
{ | ||
"Name": "CfqGroupIdle", | ||
"Value": "2000", | ||
"Optional": "true" | ||
} | ||
}, | ||
{ | ||
"Name": "SetAttribute", | ||
"Params": | ||
{ | ||
"Name": "CfqWeight", | ||
"Value": "1000", | ||
"Optional": "true" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |