From Android O any vendor properties defined in
system side build.prop must be moved to vendor
side build.prop for independent update of pure
AOSP system image and vendor image.
Change-Id: I83a01efd207657ec100cba98158cb1d56e0b44ab
Override the propery "video.disable.ubwc" in the device
make file so that it will be part of vendor.prop for the
targets that doesn't support UBWC encoding.
Change-Id: Ied558565bb0c95f32766aa10270a35391e649cab
config_tether_wifi_regexs need to be customized
based on feature set supported for different targets.
softap0 will be default interface for STA+SAP supported
targets. Other targtes will have wlan0 as default interface.
CRs-Fixed: 2087745
Change-Id: If1f0af51f7ec46e116d96d9164b4ffee9751ced2
Override the heap growth limit due to high display density
on device, maximum size of the managed heap can grow upto 256m
Change-Id: I249373e9aa225d3e3151d4fc74dee4dbad9fe201
The Treble project introduced binderized hal in Android O.
For USB part, its Binderized hal was not compiled, thus the usb_hal
service which was implemented in the hal can not be loaded by
UsbPortManager.
Add android.hardware.usb@1.0-service to PRODUCT_PACKAGES.
Change-Id: I6269b4f3fd982bc22abd21ef8a84e7b51bfb11f7
Signed-off-by: Sriharsha Allenki <sallenki@codeaurora.org>
Move away from building device manifest through PRODUCT_COPY_FILES.
Use the build variables - DEVICE_MANIFEST_FILE and DEVICE_MATRIX_FILE
to build device manifest and device compatibility files repectively.
Change-Id: Ic1c14a49d3a53306fb6f93eb92d44fea6a47278f
Rename the device manifest(vintf.xml) to manifest.xml and move
away from building device manifest through PRODUCT_COPY_FILES.
(It will be built through another change using the build
variable - DEVICE_MANIFEST_FILE)
Change-Id: I844e582b7da590afb497e4656126d98e6cdb5e24
This change introduces compile time flags based on
which we can build combinations of A/B and split features.
Based on the flags, appropriate settings are done in mk files,
and appropriate fstab.qcom/recovery.fstab are picked.
Change-Id: I55cbec9c280f95b043f31b833aef11c2cbe4ab00
- Add support to compile FM for sdm660_64.
- Add FM hal entry in vinf(vendor interface).
CRs-fixed: 2061090
Change-Id: I51090200dfa58a563cfffdb56ab89f2c2dcfe3a9
update the name of the media profiles xml to match the
name of the file queried by the media profiles header file
Change-Id: I472d8f0f94a55fd76e99a2b55410e38b4607527e
Enable the flag TARGET_USES_MEDIA_EXTENSIONS for video recording
on camera HAL1 to work on sdm660.
Change-Id: I56422996e8160079859e0189cc9cfa9c49e66abc
Install media_profiles in system/etc as well
since the file is currently checked in system
etc partition only
Change-Id: I5e59623fd367d00bfd7cfdf3ddca07749e76f84a