Add DataItemObserver interface in SystemStatus so
that clients can subscribe dataitem events from
SystemStatus. Also moving DateItem and its observer,
subscription classes into HAL
Simplify DataItem class implementation.
Change-Id: I7b2c3fc9dcf67dd6132bbcccda874e3f7ed6fa94
CRs-Fixed: 2041019 2072896
They are currently in LocApiv02, which is incorrect. SystemStatus
shouldn't be referenced at this layer. And both of these two calls
are specific to GnssAdapter use cases too.
Change-Id: I7098e3963be163199a833a8fb6b12a100405f71e
CRs-Fixed: 2090442
Point wpa_supplicant_overlay.conf and p2p_supplicant_overlay.conf
file locations to /vendor/etc/wifi
CRs-Fixed: 2052942
Change-Id: I686b2b83c5a5b76adf75a7c3c5676b573e2d5832
If Gnss Measurements callback is called at the same time
as Gnss Measurements close is called, this will cause
dead lock.
Remove using mutex in this case and instead use a simple
bool to know whether or not to call into a the callback.
Bug: 63909793
Change-Id: I98d2be5ebd2ee0f36e4d2e31d20a74585089fe31
CRs-fixed: 2089716
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
Do not report invalid locatin to HAL.
Generate empty NEMA when status is LOC_SESS_FAILURE.
Bug: 64286361
CRs-Fixed: 2087261
Change-Id: Id5c47052eef5cae951c020fa8061e2c761c1152d
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
Set sys.usb.configfs to 1 to indicate build uses configfs in
power-off charging mode, or else usb enumeration will fail in
power off charging mode.
Change-Id: I66a51ce342cef9e4d345eebc716a5e9e0e7332e6
Signed-off-by: Sai Krishna Juturi <jsaikrishna@codeaurora.org>
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
Location capabilities can change when
suplmode is updated, but we need to send
the capabilites callback to all clients
with the new capabilities when suplmode
changes.
Change-Id: Ib7c9b5ef13259fe9305b3efbb03db3433ed26675
CRs-Fixed: 2079414
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
Updated the commandline to indicate that this
build uses configfs. Without this change usb
wont enumerate in recovery mode for configfs
based builds.
Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
Signed-off-by: Sai Krishna Juturi <jsaikrishna@codeaurora.org>
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
If framework happens to call start of session multiple
times without calling stop first, it can cause a session
to get stuck on without any way to stop it
CRs-fixed: 2083756
Change-Id: Ic871d870ca67c9465438f8494e381bfbcb85a830