am: 235d75ecfa -s ours
am skip reason: change_id If5597cd9f3506d6ec35f13d675adceab76005157 with SHA1 53d7e92772 is in history
Change-Id: Iadefa44b2641125e745c61a3b5d9219acac55cd2
This will now be provided by core policy.
Test: treehugger
Bug: 130318253
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: If5597cd9f3506d6ec35f13d675adceab76005157
Merged-In: If5597cd9f3506d6ec35f13d675adceab76005157
(cherry picked from commit 53d7e92772)
This will now be provided by core policy.
Test: treehugger
Bug: 130318253
Change-Id: If5597cd9f3506d6ec35f13d675adceab76005157
Signed-off-by: Maciej Żenczykowski <maze@google.com>
am: d8a3432884 -s ours
am skip reason: change_id I9c844e76ef1e554dda9b2821f9ebf6e71ccaf39e with SHA1 0535120338 is in history
Change-Id: I03a737df4843a53264bc74e182d063f8b71182a2
IWLAN operation mode is not an integer anymore. Removed
the system properties and only use the default mode (tied
to the IRadio version).
Test: Manual
Bug: 126218288
Merged-In: I9c844e76ef1e554dda9b2821f9ebf6e71ccaf39e
Change-Id: I9c844e76ef1e554dda9b2821f9ebf6e71ccaf39e
(cherry picked from commit 0535120338)
IWLAN operation mode is not an integer anymore. Removed
the system properties and only use the default mode (tied
to the IRadio version).
Test: Manual
Bug: 126218288
Change-Id: I9c844e76ef1e554dda9b2821f9ebf6e71ccaf39e
The entry for media.c2 in framework_manifest.xml is no longer needed as
it is included as vintf_fragments in mediaswcodec.
Test: adb shell stagefright -i | grep -E "c2.*android"
Bug: 129999541
Change-Id: I79c62bf510af4302485644d44e0f4a80221eaccd
This change overrides ro.postinstall.fstab.prefix to /product, for
cppreopt.rc to use product-specific /product/etc/fstab.postinstall (i.e.
/system/product/etc/fstab.postinstall) to mount system_other partition.
The AVB key is specified in this fstab to mount system_other with
dm-verity.
Bug: 129032485
Test: boot device and checks cppreopt results
init: processing action (ro.postinstall.fstab.prefix=/product && sys.cppreopt=requested) from (/system/etc/init/cppreopts.rc:27)
init: [libfs_avb]Returning avb_handle for '/postinstall' with status: Success
init: [libfs_avb]Built verity table: '1 /dev/block/by-name/system_a /dev/block/by-name/system_a 4096 4096 644999 644999 sha1 c6c7051bf32dbc20623fc5b5b99bad0b27233a0e 25e465b1dc1e8274beea7e4e5f2712f7e1a90e26 10 use_fec_from_device /dev/block/by-name/system_a fec_roots 2 fec_blocks 650080 fec_start 650080 restart_on_corruption ignore_zero_blocks'
Change-Id: I032bfcaaa463f9ab694bf056bf05f551b772980d
This reverts commit 0000d909aa.
Reason for revert: ag/6729196 will fix the previous problem
Bug: 129035564
Test: wahoo is bootable, sdcard works
Change-Id: Ifa15cf6d6b0480428c3f9de823829bae6475f2ee
Window animations now have rounded corners, meaning that
the shader that we use is more expensive than it used to be.
Because of this, we need to adjust the SF offsets, to make sure
that we'll have enough time to finish the GPU composition without
dropping frames.
These offsets as similar to blueline's, adjusted slightly because
we were getting false "frame missed" signals if composition
starts too early.
Bug: 122347746
Test: systrace
Change-Id: I8173e12b006bc1cab6b4cb0b3a5db9f9b3489819