Commit graph

669 commits

Author SHA1 Message Date
followmsi
a6c6592622 deb: overlay: Add wifi_p2p to networkAttributes 2020-12-07 11:34:07 +01:00
followmsi
2a21cd3d98 deb: overlay: Move ALL wifi related overlays to new location 2020-12-07 10:15:51 +01:00
Arne Coucheron
85c467976b deb: rootdir: Start camera server from early boot
Solves random issue with camera orientation and flash not
being detected during boot.

Change-Id: I90db0064a1ca3cbeac89c1ab80c6f87038b40a4f
2020-12-06 22:56:27 +01:00
Anonymous
3904aed3c8 deb: sepolicy: Use BOARD_VENDOR_SEPOLICY_DIRS
BOARD_SEPOLICY_DIRS is deprecated.

Change-Id: I50ba8396529fe37fd8724a3ad4f5830f4244b9a3
Signed-off-by: Felix <google@ix5.org>
2020-12-06 22:51:23 +01:00
Roshan Pius
bfde4fc1f7 deb: overlay: Move wifi related overlays to new location
Change-Id: I747d0242422b753f4e3007ce6c4bf7f124c52c5e
2020-12-06 22:50:16 +01:00
Jimmy Chen
cd7fcdf8f9 deb: overlay: Add p2p regex for tethering modes
Bug: 137602441
Test: CtsVerifier - Wi-Fi Direct
Change-Id: I215da71e96348b6bba19d4a3c6fd8c8048ff46d6
2020-12-06 22:49:51 +01:00
Roshan Pius
32a81b6dca deb: overlay: Change wifi tether regex
The wifi interface names for wifi can either be wlan0 or wlan1.
Change the "config_tether_wifi_regexs" appropriately.

Bug: 80375412
Test: Ensured we display "Hotspot on" in settings when softap is started
on either wlan0 or wlan1.

Change-Id: I0c456412f9b71ef2ee784f3bfa58b01b9287ca73
2020-12-06 22:49:31 +01:00
Jimmy Chen
cdd5835362 deb: wifi: Move supplicant service init to wpa_supplicant
Bug: 138790309
Test: boot and wifi function is ok
Change-Id: I35cf3e03566443e20799623045eacd423fd7f5c4
2020-12-06 22:46:54 +01:00
followmsi
d540023d19 deb: Move librils to vendor 2020-12-01 17:20:53 +01:00
sqian
650eb8359a deb: Enable radio service 1.1
Test: compile; adb shell compiled_vts_binary
Bug: 38499208
Change-Id: I55d6384e88c1839d04be00dab0345ae5a365ab42
2020-12-01 13:31:13 +01:00
followmsi
b34d71d030 deb: Add Mobile props 2020-12-01 13:31:06 +01:00
LuK1337
7e86140ab5 flo: overlay: Disable BPF offload for tethering
* Such is life with 3.4 kernels.

Change-Id: I1c5e3fab63271b1e3fe6c814d96edbde782f27e8
2020-11-30 13:56:32 +01:00
Arne Coucheron
571ff61e97 deb: overlay: Move tethering overlays
Config overlay values moved from frameworks_base core to
frameworks_base packages/Tethering

https://github.com/LineageOS/android_frameworks_base/blob/lineage-18.0/packages/Tethering/res/values/config.xml

Change-Id: Ia5a8056d6334cd78e79853c0ada4e8873a9669e0
2020-11-30 13:56:00 +01:00
Wang Han
01dc2642a6 deb: Remove config_tether_upstream_types overlay
* No need for it now as framework side handles this well on P

Change-Id: I708663f3de23cf1677a81bf31e8fc5fed4145e1b
2020-11-30 13:50:58 +01:00
followmsi
c51c137a5a deb: manifest.xml: Add NFC 2020-11-28 11:26:29 +01:00
Arne Coucheron
a5f5f27cba deb: Disable serial console notification
Google added a check for this prop in R, and if it's running
it will show a notification about it that it's impacting performance.
Why it's not disabled by default I don't know, so just force disable
it here.

Change-Id: Ia06ef15388e7e701ed526664e7748f133ad01ee2
2020-11-28 10:26:54 +01:00
Bruno Martins
bbb23e99f9 deb: Remove obsolete RIL variant board flag
There's no CAF variant anymore.

Change-Id: Ief74f8b2aa861b0d16ffab9b52304006008d2444
2020-11-27 19:01:32 +01:00
followmsi
19090c7fdb deb: Update device manifest.xml 2020-11-27 19:01:26 +01:00
followmsi
8b3fe73184 deb: clean up 2020-11-27 19:00:38 +01:00
D. Andrei Măceș
4607ce8930 flo: init: I/O tweaks
Change-Id: I455547d746b53683eac26241541b65d904404bad
(cherry picked from commit 9bcda749ff2ff9bdef0bf36300574ec6e4ea857f)
2020-11-27 14:48:18 +01:00
Daniel Jarai
0d55c22a77 flo: Fix thermald permission issues
The owner of /sys/class/leds/lcd-backlight/brightness is system.
Since thermald runs as root, and this node has 644 perms, writing it
generates a dac_override denial. Changing the perms to 664 fixes the
issue.

Change-Id: Ic7a3bc583c2e52c5799ef536c4b9ea07a921e54b
Signed-off-by: Daniel Jarai <jaraidaniel@gmail.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2020-11-27 14:48:18 +01:00
voron00
5a24b10bb6 flo: rootdir: Remove 'critical' field from charger
This is no longer needed as charger runs in system group now.

Change-Id: I1e668463701787f21875e77a64f1fe7a9142ec4d
2020-11-27 14:48:18 +01:00
Subbaraman Narayanamurthy
2f5af1ae59 flo: rootdir: Add CAP_SYS_BOOT for charger
Add CAP_SYS_BOOT capability for charger service so that it can
shutdown/reboot the system.

Change-Id: I17ccba74d5a3c38bd751c55bcf42fb3689d730a7
2020-11-27 14:48:18 +01:00
Subbaraman Narayanamurthy
c6bf03468e flo: rootdir: Change user/group permission for charger
Make charger binary run as system instead of root. Since it
needs to handle input key events, add input as a supplemental
group in addition to system and graphics.

Change-Id: Id1dc46f335087147b7d8cf674664c26f0b511de1
2020-11-27 14:48:18 +01:00
Sandeep Patil
1c37d2073e flo: rootdir: Use /charger symlink to launch healthd
Makes this consistent with other targets and maken sure
any changes in healthd will be transparent to targets as long
as the symlink is maintained.

Update the seclabel accordingly too.

Test: Tested charge-only mode

Change-Id: Ic71e32f52c39bc45eae8d2552259695934592fc7
Signed-off-by: Sandeep Patil <sspatil@google.com>
2020-11-27 14:48:18 +01:00
Daniel Jarai
c80f709c57 flo: rootdir: Disable suspend/resume debugging
Change-Id: I1fbc0d33de44a675de3b204905c07c6d89224012
Signed-off-by: Daniel Jarai <jaraidaniel@gmail.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2020-11-27 14:48:18 +01:00
Devin Kim
7954d4debe flo: Fix the modem crash on encryption phone
There is an efs sync problem because of class type of rmt_storage service.
When encrypting phone, modem crash may occur due to not being able to sync
properly between AP and CP. So, rmt_storage class should be a core class.

Bug: 11325693
Change-Id: Ic51c3ab363b2de664c268b2ba0216b81e76189dc
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2020-11-27 14:48:18 +01:00
followmsi
e6bad90ca6 deb: Fix for LiveDisplay 2020-09-23 16:54:48 +02:00
followmsi
6a171701d7 deb: manifest.xml: Add camera.provider
- Android 10 QPR1 (Dec 2019) changed way of detecting camera
 - Camera will be checked in manifest.xml now

 - 26c7997dea
2020-01-08 21:19:30 +01:00
Michael W
329fcd9e21 deb: Disable NearbyMessagingService
Change-Id: Ib3f923bf8742bf6480d278fb21a873ddc1290484
2019-11-11 11:07:07 +01:00
followmsi
59d845578d deb: fix usb 2019-10-12 20:05:34 +02:00
followmsi
af21961e8e deb: fix DRM
- remove drm service and make it passthrough
2019-10-11 14:12:46 +02:00
followmsi
45c64e837b deb: Device Manifest Uprev Wifi HAL
Change-Id: I485c82f85e3ec840011f0e94be28fce6ceaa19f5
2019-10-11 00:33:22 +02:00
followmsi
c9f0d6871f deb: Add supplicant 1.2 to init.deb.rc
Change-Id: I5d7e93b15ca2f77a9f94bbbc8730aa24632c70a3
2019-10-10 22:24:41 +02:00
followmsi
7f2fa5aebf Revert "deb: switch to BOARD_ROOT_EXTRA_SYMLINKS"
This reverts commit 9a613be48a.
2019-10-10 22:12:14 +02:00
followmsi
9a613be48a deb: switch to BOARD_ROOT_EXTRA_SYMLINKS
bea7346621
2019-10-09 22:24:30 +02:00
followmsi
a07c882d29 deb: manifest.xml: remove android.hardware.cas
95f2b09088%5E%21/
2019-10-09 22:24:15 +02:00
followmsi
d9904d3e15 deb: setup first_stage_mount 2019-10-09 22:24:00 +02:00
followmsi
8df0d295da deb: remove LOCAL_MODULE_TAGS := eng 2019-10-09 21:16:42 +02:00
ripee
9882335121 deb: sepolicy: fix build 2019-02-20 16:44:57 +01:00
followmsi
bb15176916 deb: do not set swappiness 2019-02-14 14:11:13 +01:00
dianlujitao
a13033dff8 deb: Rename bt props for new HAL
Change-Id: I1afd110bffed0f43b1afcbef99be8a3776d24e0b
2019-02-06 20:10:15 +01:00
followmsi
f4304d7532 Revert "Revert "Revert "deb: overlay valid network modes"""
This reverts commit eae9cfe24b.
2019-02-06 11:54:09 +01:00
followmsi
eae9cfe24b Revert "Revert "deb: overlay valid network modes""
This reverts commit e5e3011d2e.
2019-02-04 18:46:25 +01:00
followmsi
b05d80d628 Revert "Revert "deb: Enforce RRO on framework-res""
This reverts commit 7fa902a176.
2019-01-27 15:32:05 +01:00
followmsi
c7112fff15 Revert "deb: move to lineage overlays"
This reverts commit b9d8fb402c.
2019-01-27 15:31:15 +01:00
followmsi
7fa902a176 Revert "deb: Enforce RRO on framework-res"
This reverts commit 5c988f432e.
2019-01-23 23:10:12 +01:00
followmsi
9e1b2b4479 deb: rebrand lineage 2019-01-23 15:26:52 +01:00
followmsi
b2cb555bd8 deb: update manifest.xml 2019-01-22 14:27:14 +01:00
Den Kondakov
3c33d48202 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-01-22 11:18:33 +01:00