Commit graph

659 commits

Author SHA1 Message Date
followmsi
d08f4aef0b Revert "deb: overlay: disable WifiDisplay for Pie"
This reverts commit 4366b62461.
2019-05-07 11:59:55 +02:00
Svyatoslav Ryhel
5bb04c9190 init: Use GID "wakelock" to control access to kernel wakelock
Change-Id: Iceeb0ed0269969788bd23f22c97dcb9290fd7abd
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2019-05-04 16:37:29 +02:00
followmsi
bb17348937 deb: Use RIL CAF 2019-04-22 12:19:43 +02:00
followmsi
3ac2d9ecdf deb: manifest.xml: add wifi.hostapd 2019-04-21 17:19:05 +02:00
followmsi
59cf47a1c3 deb: enable AptX/AptXHD 2019-04-20 21:48:48 +02:00
Den Kondakov
d1ac7f6a55 init: remove qcom_oncrpc and qcom_diag
Based on dmesg:
 init: /init.duma.rc: 267: Unable to decode GID for 'qcom_oncrpc': getpwnam failed: No such file or directory
 init: /init.duma.rc: 384: Unable to decode GID for 'qcom_diag': getpwnam failed: No such file or directory
2019-04-20 21:48:41 +02:00
followmsi
9f71e08129 deb: adust overlays 2019-01-27 16:07:51 +01:00
followmsi
d531ff5913 Revert "Revert "deb: Enforce RRO on framework-res""
This reverts commit 5b952ff728.
2019-01-27 15:39:12 +01:00
followmsi
5b952ff728 Revert "deb: Enforce RRO on framework-res"
This reverts commit bf88ea53e1.
2019-01-23 23:12:01 +01:00
Paul Keith
d569755b41 deb: Reorder tetherable connection types
* In O, the default setting for mobile data always active was
  changed from off to on, meaning that when non-WiFi tethering
  is being attempted, more than one connection can be active
* Since the first active connection type in this overlay is used,
  reorder the values to get WiFi connections first, and then
  any type of mobile data connection, instead of vice versa

Change-Id: I69389af8e34601406c31aa9413a02569993cc1ec
2019-01-22 13:02:20 +01:00
LuK1337
f481316efa Overlay: SystemUI: Fix too big spacing between QS icons in landscape on sw600dp
Change-Id: I047453c169854636d9e179d4678b94c7724bb854
2019-01-22 10:44:23 +01:00
followmsi
a490d864bf Pixel-fy 2019-01-18 15:02:27 +01:00
followmsi
70e66ae089 deb: Add seclabel for BT 2019-01-11 16:24:25 +01:00
Adrian DC
44315017d9 init: Resolve kernel trace_marker permissions on post-fs
* The permissions were not set to 222 instead of 220,
    thus introducing regular logs from libcutils:
    "cutils-trace: Error opening trace file: Permission denied (13)"

 * Refers to frameworks/native/cmds/atrace/atrace.rc

Change-Id: I236ea25d2f2068f9f86a43492807f5f05e92da96
2019-01-03 18:53:53 +01:00
Roshan Pius
3a56a56bed flo: Don't start supplicant with interfaces
Framework will now add interface to supplicant (via HIDL) when it
needs to control an interface, so don't specify them in the startup
params.

Bug: 69426063
Test: Device boots up and able to connect to wifi.
Change-Id: I817d28093f8b982e3806c212babd888c0f5eb7c0
2019-01-03 18:52:33 +01:00
Roshan Pius
d429c31e13 flo: wpa_supplicant(hidl): Add support for starting HAL lazily
Bug: 72394251
Test: Able to start supplicant from framework using
ISupplicant.getService()
Change-Id: I19b8434e7241b9028e7dc86316ec9d5512affcca
2019-01-03 18:52:23 +01:00
Roshan Pius
ff084271b1 flo: Uprev to supplicant 1.1
Bug: 65673412
Test: Device boots up and connects to wifi networks.
Change-Id: I2e51291b30fd242edbeae2c69ef9545383895bb3
2019-01-03 18:52:15 +01:00
Jeff Vander Stoep
b545cce1ad flo: wpa_supplicant: Move control sockets to /data/vendor
Treble compliance.

Bug: 70228425
Bug: 70393317
Test: complete wifi test in b/70393317
Test: verify sockets exist in /data/vendor/wifi/wpa/sockets

Change-Id: I0bfc3a351419f0a03498e79664949f353369bf1b
2019-01-03 18:52:02 +01:00
Jeff Vander Stoep
5871d1aa80 flo: wifi_supplicant: deprecate entropy.bin
Wpa_supplicant's random pool is not necessary on Android. Randomness
is already provided by the entropymixer service which ensures
sufficient entropy is maintained across reboots. Commit b410eb1913
'Initialize /dev/urandom earlier in boot' seeds /dev/urandom with
that entropy before either wpa_supplicant or hostapd are run.

Bug: 34980020
Test: Use wifi and wifi tethering on flo
Change-Id: Iaa2a8a42e4e3fd941c5be0f8fa691245cdb429e9
2019-01-03 18:51:52 +01:00
Etan Cohen
bf1c7f4118 flo: Uprev Wi-Fi HAL to 1.2
New HAL APIs are planned. This requires a HAL uprev.

Bug: 65647646
Test: builds and Wi-Fi runs
Change-Id: Ib7efd3d5263e73d1ad40e1a5a687bdb6c133c812
2019-01-03 18:51:42 +01:00
JP Abgrall
4bd5d44b09 Remove journaling from read-only FS to save space
The read-only partitions don't need journaling.

Bug: 18430740
Change-Id: I93303aae534f02c6ae412323c9ebb0c0b7b35290
2019-01-03 17:29:01 +01:00
Caio Schnepper
d7add466b8 Releasetools: resize system partition after flashing
We need an enlarged system partition to fit even minimal gapps.
Flash a stock sized partition and resize to the actual partition
size before restoring gapps.

Change-Id: Id6d0d89fab5249f8e6b7eae9c1dd365f0357afed
2019-01-03 17:28:49 +01:00
followmsi
7fc73189f0 flo: overlay: add config_webview_packages.xml 2019-01-03 17:26:27 +01:00
followmsi
4366b62461 deb: overlay: disable WifiDisplay for Pie 2019-01-03 17:26:12 +01:00
followmsi
2c6664fb7e flo: enable swipe up gesture's opt-in setting 2019-01-03 17:24:45 +01:00
Lucas Dupin
c7e99ba584 flo: Renamed config_dozeAfterScreenOff
New name is config_dozeAfterScreenOffByDefault
Bug: 73178121

Change-Id: Ie3d1ea5a2cc480655592bf6e49b37f5ea07f3f58
2019-01-03 17:24:31 +01:00
followmsi
a7d971c79d deb: set build fingerprint instead of override 2019-01-03 17:23:21 +01:00
Wyatt Riley
df0710fc71 flo: Restoring XTRA GPS assistance
Pointing the base config.xml to XTRA v3
and removing the redundant overlays

Bug: 36356863
Test: Fast GPS fix after delete all on Angler,
 and build confirmation on Bullhead's
 identical fix.

Change-Id: I255b864808dc1b59fde3b2e013335ad81c3ef0e6
2018-06-18 11:26:54 +02:00
Hyejin Kim
813b117249 flo: Add carrier specific GPS configurations
Change-Id: I901bbcb59f20d46861e5a78171d18dd3105cf8ce
2018-06-18 11:26:29 +02:00
followmsi
a59d3655fe Revert "deb: build HAL1 camera"
This reverts commit 265f5ccae9.
2018-06-18 10:51:27 +02:00
followmsi
609d2d83ff Revert "deb: TEMP - do not build NFC"
This reverts commit 283917fc70.
2018-04-03 13:21:21 +02:00
Artem Borisov
b6eea4edc7 deb: Disable ZRAM
Meh. Even with the relatively good kernel impl this doesn't work
really good for us. New zram driver doesn't correlate very well
with our ancient code in mm. This leads to a noticeable performance
degradation when the kernel starts to swap the pages into zram disk and device
becomes a laggy mess after several days of uptime even without
very active usage.

Change-Id: Ib885bcfe3961bb76ec72985a5b51f86234a6a081
2018-04-03 11:09:31 +02:00
followmsi
fa26ad7638 deb: add razorg_go.mk 2018-02-26 13:20:54 +01:00
followmsi
724ff0ec2d deb: remove some doze features 2018-02-06 13:46:28 +01:00
Zhao Wei Liew
e80a0ba162 deb: Remove unneeded overlays
Remove deprecated storage_list.xml overlay. Also remove overlays
which have values that are duplicates of the framework defaults.

Change-Id: I2df61d55907bd0c394155ea67d046da7b31f3c5a
2018-01-03 23:43:25 +01:00
Artem Borisov
18f9f89a68 deb: Enable ZRAM
I have backported enough kernel stuff to align our implementation
with android-3.10.
Use ~500MB disk, 4 compression streams, lz4 compression.

Change-Id: I82ee5c43aefb732ee603bdf1ae190e5e9936e660
2018-01-03 20:38:34 +01:00
Jaekyun Seok
bf88ea53e1 deb: Enforce RRO on framework-res
Overlays only for framework-res will be converted into RROs.

Other overlays can't be converted due to some known issues on app RRO.

Bug: 36231603
Change-Id: Idca30fdbbcc990fd124de16a06a112a346612a61
(cherry picked from commit db1b6058200fc5255f519cf6609fca7619d6743e)
2018-01-03 20:32:37 +01:00
Adrian DC
5e24031363 deb: overlay: Disable SystemUI anti-falsing on lockscreen
* The anti-falsing implementation from HumanInteractionClassifier
    regularly prevents easy swipe to unlock or to pattern / pin
    on the keyguard lockscreen, requiring multiple attempts
    until accepted due to a hardcoded evaluation (5.0f)
    while normal usage shows better results without it

 * Another solved situation is remote device access like
    Vysor or TeamViewer were the device is almost impossible
    to swipe properly from a computer client

Change-Id: I0c2590f56e2cf6d6cd4ff3af2341a985670168e3
Signed-off-by: Adrian DC <radian.dc@gmail.com>
2018-01-03 20:30:27 +01:00
followmsi
283917fc70 deb: TEMP - do not build NFC 2017-12-30 21:51:55 +01:00
followmsi
2ce09cb56c deb: remove nfc_nci - move to device-common.mk (flo device) 2017-12-29 21:42:29 +01:00
Pavlin Radoslavov
aff541cd06 Use GID "wakelock" to control access to kernel wakelock
Bug: 25864142
Change-Id: Ie9b574a4efdae2508a00c1cb41b5c7e1a17a4e45
2017-12-28 15:03:59 +01:00
followmsi
8e8866c909 deb: add msm_audio_calibration.h
pulled from here:
https://android.googlesource.com/platform/hardware/qcom/msm8994/+/android-8.1.0_r1/kernel-headers/linux/msm_audio_calibration.h
https://android.googlesource.com/platform/hardware/qcom/msm8994/+/android-8.1.0_r1/original-kernel-headers/linux/msm_audio_calibration.h
2017-12-08 19:21:32 +01:00
followmsi
e5c797b1d1 Revert "deb: add rild_socket shim"
This reverts commit 49426332fa.
2017-11-23 10:39:57 +01:00
followmsi
62104d0ec9 deb: enable binderized gralloc service 2017-11-23 10:36:02 +01:00
followmsi
49426332fa deb: add rild_socket shim 2017-11-13 21:05:20 +01:00
followmsi
d61a0979a9 deb: mm-video: venc: Correct a typo in variable name
Fix kernel header msm_vidc_enc.h

venc_entropycfg
unsigned long entropysel;

3ff3505878
2017-11-12 20:39:43 +01:00
followmsi
911b628499 deb: add manifest.xml 2017-10-24 11:41:51 +02:00
followmsi
895fb6a149 deb: init: create service ril-daemon 2017-10-24 11:35:28 +02:00
followmsi
fa1375889c deb: Create NETMGR daemon socket 2017-10-24 11:35:01 +02:00
followmsi
452b58a37c Revert "Revert "deb: build HIDL radio impl""
This reverts commit b75b8fff06.
2017-10-24 11:28:50 +02:00