Skipping telephony for now. Using
blobs from Nothing Pong.
Change-Id: I10dc7448c61cd9a3d7e222316285e3440d5527cc
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
As 16K alignment is not a mandatory requirement in Android 14,
opt out of it by setting PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 4096
Change-Id: I1555e39dc1c0127b8dd77928d1f09ad37a051395
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
To switch from vendor_qtr to vendor_qcc.
This is to sharing data file access between QDMA native processes
and protect data file from 3rd party access.
CRs-fixed: 3303809
Change-Id: I242420395f59fc5fb89f3494be71f600c24a2009
* Perf-hal tries to access the nodes but need permissions as pointed on the logs:
E ANDR-PERF-OPTSHANDLER: Cannot open/create foreground cgroup file
Change-Id: I64a8d08a0ebb51013444c4ce3148a0077b006aad
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Some devices may have additional Codec2 HAL service forks like OZO Audio, which add another instance on manifest.
AOSP vintf_check will throw an error if there is at least two exact same HAL name and type defined on vintf list with
a different version or interface, hence why TARGET_USES_CUSTOM_C2_MANIFEST flag is needed to bypass this error.
Change-Id: I106d44a176d080c682a6b6c9eecff772119775ef
If already present, remove the manifest entry from the device side; otherwise, this would trigger duplication build errors.
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
Change-Id: I23df4eb99bbe97a1331cbf0e949a48353d8a8ca8
All platforms prior to kalama must use the old rmnet_data driver.
Change-Id: I1dd5e25cdac35bf0e95da004763f58e5590c94ad
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Define ro.product.property_source_order to
"odm,vendor,product,system_ext,system".
Build/product properties like
ro.build.[description|display.id|product],
ro.product.[brand|device|manufacturer|model|name] and
ro.build.fingerprint would be picked up from the partitions
in the above defined order.
Change-Id: If5e7a1e627723623d04b88adda6bb60bb1e6dd84
[1] - Something equivalent to init.target.rc, for some necessary changes without changing the default qcom settings
Change-Id: I9fbbd143689fffd828628be46e2578576a8dd466
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
* Only 3 SoC support this, msmnile, sm650 and kona, So it's not necessary to keep this here for all other platforms. Also this was causing video playback bug in all chromium based browsers after they went to updated to version 114. or higher[1].
1 - Bug: Go to Chrome or another Chromium based browser and run any non-YouTube video, the video will always load and won't play.
* After removing Codec C2 and trying to play the videos, they worked fine.
* Allow enable with override
Change-Id: Ic8ed85c5b4a8ad6a83f5d0b21e9f75ec9902f786
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
* not all device are using init component and component should not be dependent into other components just to fully work.
Change-Id: I92aa70c2bdaf92fa93819cb673b7ee67c5d5d1e0
This reverts commit a418e39350.
Reason for revert: Already present in sepolicy_vndr hence conflicts with the build and don't really seem any point in having it.
Change-Id: I6ef50d7e7e57c7478b42526cb6aa386ece78c639
[1] - From holi/lahaina
[2] - Fix Fast charging on holi plataform
Change-Id: I70fddfda7c745064db11771886f3e09ea7f3becd
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>