* There is zero reason to ever build without blobs. We've even seen
this situation with official builds from our servers. It's always
better for a build to fail than it is for it to produce something
that has no chance at working.
Change-Id: I4968795670c91f691e9ecdc0e4af62e16ba3a93a
Some apps request the low-latency Tx paths for voip.
eg. Skype on hlte is unable to use the mic as it's
asking for the low-latency-record path.
Adding in the low-latency paths solves this issue.
Change-Id: I0cf30ef334135045e471998b5f0d3ee9f1bfd4ac
Test: Manual use of Camera, Movies, Photos and YouTube apps.
Test: With CtsMediaTestCases.apk installed,
adb shell am instrument -e size small -w
'android.media.cts/android.support.test.runner.AndroidJUnitRunner'
Bug: 31399200
Change-Id: I282ae2d830265653e67bc81a3152cd0a338689da
This variable is used to auto-populate the ro.sf.lcd_density as
well as selecting density bucket for resources in recovery.
Bug: 118676832
Test: adb shell getprop ro.sf.lcd_density
Test: boot into recovery
Change-Id: Ib383d18b61e7a2058a69ae26136aa053fdba4df2
* LocSvc_afw: get_geofence_interface, dlopen for libgeofence.so
failed, error = dlopen failed: cannot locate symbol
"_ZN7android10IInterface8asBinderEv" referenced by
"/system/vendor/lib/libperipheral_client.so"...
* vndksupport: Could not load /vendor/lib/hw/flp.default.so from
default namespace: dlopen failed: cannot locate symbol
"_ZN7android10IInterface8asBinderEv" referenced by
"/system/vendor/lib/libperipheral_client.so"....
Change-Id: I4fed5fc23b1721e75e9759c0811b7532c5b68705
- Issue with returning a valid device descriptor
since BT SCO is not defined in IOProfile.
- With Android-Q changes, first attempt to retrieve device
descriptor from the avaiable HwModule may fail due to
address and encoded format conditions.
- Further device descriptor query is based on IOProfile
with devices defined in audio_policy_configuration.
- This change adds BT SCO to IOProfile.
Change-Id: I52225070e97dd702f965ca5dbb5db9d128df1faf
* All of a sudden, time_genoff connection will fail and sometimes
block unlocking with password, etc. Stock libtime_genoff.so will
fix it in most cases, but not all. Drop time service stack to make
this connection fail at start to workaround the problem. Time
service is broken on 10 anyway so it is a good trade-off.
Change-Id: I24105becd0b5093ed1460662c4c802e318acad8c
* This doesn't exist anymore and replaced by
TARGET_PROCESS_SDK_VERSION_OVERRIDE
This reverts commit 2de5ba9107.
Change-Id: Ic7b04d485c47cd04ed6780478c992d2b6d5983e0
These have migrated away from properties.
Bug: 73905119
Test: n/a
Change-Id: I83e0942c027defba02a037f9db684d42f5042bb9
We are not calling the make files that are being removed from
frameworks/native, but we might as well remove these props.
Signed-off-by: Tim Clark <tim.clark.82@gmail.com>
https: //android.googlesource.com/platform/frameworks/base/+/642ebea6e14
Signed-off-by: D. Andrei Măceș <andrei@unlegacy-android.org>
* Kind of don't care about it anymore. We have Lineage Recovery
This reverts commit b7d9a63fa5.
This reverts commit d8ff0658d0.
Change-Id: I13e3c02c48138c0ad621b713ae5c7b0a5ec67e22
Moreover, add wifi_properties, since there are matisse variants without SIM/mobile networks support.
Change-Id: Ie0ce095a726783c1e751db7857c963adb95e67b0
* Wrong value of user_debug in cmdline prevented to try to boot in offline charging mode
* For charger, tell that we don't have a LED and to disable init blank (with this flag, charging mode showed animation, but didn't allow to show it another time when pressing power button to turn on the screen)
* Set a brightness value for charger. In this way, when power button is pressed, device turns on and shows battery icon correctly.
Conflicts:
BoardConfigCommon.mk