Commit Graph

1969 Commits

Author SHA1 Message Date
followmsi bb9eccde91 flo/deb: clean up DEXPREOPT 2019-09-24 22:31:47 +02:00
followmsi 1e1ae2adff Revert "flo: overlay: disable WifiDisplay for Pie"
This reverts commit 6fc1b3a3e3.
2019-05-05 18:58:49 +02:00
Ruchi Kandoi 1e6101558b flo: Rename libnfc-brcm.conf -> libnfc-nci.conf
Change nfc.mk as well to reflect the new file name

Test: compiles
Change-Id: Ic7d88b13cd79705aced6283ca8ee5fb067611941
2019-05-05 18:58:49 +02:00
D. Andrei Măceș 1130dbbeb1 nfc: [TEMP] Add prebuilt nfc_nci.bcm2079x.default 2019-05-05 18:58:49 +02:00
followmsi a2322323a1 Revert "flo/deb: TEMP - disable NFC"
This reverts commit 682b203fde.
2019-05-05 18:58:49 +02:00
Daniel Jarai 4361a37cfc nfc: disable NFA_DM_PRE_DISCOVERY_CFG
Apparently, the Oreo HAL doesn't like it:
E/BrcmNfcNfa(946): nfc_ncif_update_window: Unexpected call
E/BrcmNfcNfa(946): nfc_ncif_cmd_timeout
E/BrcmNfcJni(946): nfaDeviceManagementCallback: NFA_DM_NFCC_TIMEOUT_EVT; abort
E/BrcmNfcJni(946): nfaDeviceManagementCallback: crash NFC service

Let's just disable it, which shouldn't hurt things, as hammerhead uses
the same chip, with NFA_DM_PRE_DISCOVERY_CFG disabled.

Change-Id: I1085d41379c3be85dcffd189d7023fc1e48c4a82
2019-05-05 18:58:49 +02:00
Daniel Jarai 0d00b3d93a sensors: add a lightweight wrapper
Wraps our old API 1.0 sensors into API 1.3:
- fixes sensor flags and maxDelays
- adds batching support
- adds flush support (experimental, enabled by default)

Tested by running Android 8.1 CtsSensorTestCases, passing all tests.

Change-Id: I5aa66fa75f67f1775821975e1eab801d0ef42598
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2019-05-04 17:53:46 +02:00
Zhao Wei Liew e650cb9f62 flo: Build camera HAL with kernel headers
After removing the prebuilt kernel headers, we need to include
the kernel headers from source to fix the build.

Change-Id: I0e7074076db50032862ae4d8f001580405e9cd99
2019-04-21 21:58:48 +02:00
Ethan Chen 0459a200f1 camera: Use project pathmap
Change-Id: Ib9e17014b8b8406a16e6b45962d06e364c2c3319
2019-04-21 21:58:48 +02:00
followmsi d411fc9b4c flo: manifest.xml: add wifi.hostapd 2019-04-21 21:58:48 +02:00
followmsi 260304ecf7 flo/deb: inherit-product-if-exists 2019-04-21 21:58:48 +02:00
followmsi 8b56c14052 flo: adust overlays 2019-04-21 21:58:48 +02:00
followmsi 6870f0a210 flo/deb: enable AptX/AptXHD 2019-04-21 21:58:48 +02:00
followmsi c5cd47972b flo/deb: adjust TARGET_KERNEL_CONFIG 2019-04-21 21:58:48 +02:00
followmsi 6a1ab2b6ae flo/deb: Define vendor security patch level - 2016-08-05 2019-04-21 21:58:48 +02:00
Alex Naidis c7c9a5e00f flo/deb: wifi: Limit hotspot to 10 devices 2019-04-21 21:58:48 +02:00
Den Kondakov 9386f97935 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-21 21:58:48 +02:00
Vladimir Oltean d15e2bfc9c flo: Align to pie-legacy-hw-fde semantics changes
Change-Id: Ib7a2ca067eea8ef7c952b5398bb032d8e854ff76
Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
2019-04-21 21:58:48 +02:00
followmsi d64812f487 media: drop QCOM avc encoder only 2019-04-21 21:58:48 +02:00
followmsi 7d5e6491f8 flo/deb: Allow additional gralloc 1.0 buffer usage bits 2019-04-21 21:58:48 +02:00
LuK1337 58a1bc63b2 Overlay: SystemUI: Fix too big spacing between QS icons in landscape on sw600dp
Change-Id: I047453c169854636d9e179d4678b94c7724bb854
2019-04-21 21:58:48 +02:00
followmsi a22d8ad9e7 RR-fy 2019-04-21 21:56:11 +02:00
followmsi 5e3393ae27 Revert "flo/deb: Add basic USB HAL that reports no status change"
This reverts commit f6eb9cffda.
2019-01-17 14:42:03 +01:00
followmsi c693c59740 kernel: new prebuilt kernel binary - 2019-01-11 (Pie) 2019-01-13 18:07:58 +01:00
Daniel Jarai 2b5197f1d3 flo/deb: Make the external camera provider ignore internal cameras * The external camera provider occupies our camera v4l2 nodes, potentially crashing the kernel driver and blocking the camera HAL. Unfortunately, there's no easy way to just disable it, so let's just tell it to ignore the internal video devices. 2019-01-12 11:29:42 +01:00
followmsi 4aed99de77 flo: Add seclabel for BT 2019-01-11 16:21:54 +01:00
Daniel Jarai 3045c7e600 camera: fix/hack static metadata reporting
Unfortunately, our camera blobs are too old to implement camera HAL 3.2
properly. These hacks fix most camera functionality with HAL 3.2, but
they're not exactly clean...

Some pieces are based on the hammerhead HAL.

This isn't passing CTS, but it's not too far away.
Sadly, in the foreseeable future, I won't have time to clean it up...

Change-Id: Iff4f0f25fe767e498db6e56fc2f47a13c4a97364
Signed-off-by: Daniel Jarai <jaraidaniel@gmail.com>
2019-01-10 19:19:33 +01:00
Emmett Tsai 8fc280e56d media: drop QCOM avc encoder/decoder
remove both avc encoder and avc decoder for flo

6d8ba49415
media: drop QCOM avc.secure decoder

This codec is broken and  it doesn't seem to be used anymore since google moved to software widvine implentation, so let's get rid of it.
2019-01-10 19:19:26 +01:00
followmsi 3be0add207 kernel: new prebuilt kernel binary - 2019-01-05 (Pie) 2019-01-05 11:28:24 +01:00
Emmett Tsai 59e9330da1 wpa/p2p overlay: change TARGET_COPY_OUT_VENDOR to TARGET_OUT_VENDOR 2019-01-04 12:27:28 +01:00
followmsi 78ca6f8227 kernel: new prebuilt kernel binary - 2019-01-03 (Pie) 2019-01-03 16:19:00 +01:00
followmsi 35a0ba50fe flo/deb: wlan: clear ctrl_interface 2019-01-03 12:00:37 +01:00
JP Abgrall 978775c503 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 11:55:56 +01:00
Caio Schnepper 005fe3e42a 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 11:55:17 +01:00
followmsi adb7b6ca75 flo: overlay: add config_webview_packages.xml 2019-01-03 11:51:37 +01:00
followmsi 6fc1b3a3e3 flo: overlay: disable WifiDisplay for Pie 2019-01-03 11:51:00 +01:00
followmsi 2d01889a20 flo: enable swipe up gesture's opt-in setting 2019-01-03 11:49:07 +01:00
Bruno Martins 8256c517fb flo/deb: Switch to common basic USB HAL
Change-Id: I0e0809a2338f006063c5160bb7aec36a555cebab
2019-01-03 11:42:28 +01:00
Ethan Chen f6eb9cffda flo/deb: Add basic USB HAL that reports no status change
Change-Id: I38bfe869f9b1b66db0e13249f65e438878d06eff
2019-01-03 11:40:49 +01:00
Lucas Dupin 4cee468cc5 flo: Renamed config_dozeAfterScreenOff
New name is config_dozeAfterScreenOffByDefault
Bug: 73178121

Change-Id: Ie3d1ea5a2cc480655592bf6e49b37f5ea07f3f58
2018-10-07 20:49:15 +02:00
followmsi f498464b1e sepolicy: Pie (bring up) 2018-09-21 15:41:36 +02:00
Artem Borisov 38f53d4032 flo: Use smaller font footprint
Change-Id: Ibf4877f53ef3972fd73e6962277edc59af438bd3
2018-09-21 15:22:21 +02:00
followmsi 3f2847601e flo: set build fingerprint instead of override 2018-09-15 10:15:38 +02:00
followmsi e44258cc0b kernel: new prebuilt kernel binary - 2018-09-14 (Pie) 2018-09-14 19:13:46 +02:00
followmsi fa1a9d6e68 move supplicant_overlay to vendor 2018-09-14 16:47:51 +02:00
Adrian DC a6a6a091bc 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
2018-09-13 22:44:39 +02:00
Artem Borisov 1e97c6f635 flo: Update p2p interface configuration
Change-Id: I73b9e240126ccc547e2b6ad3eb5e85e62b94d124
2018-09-13 22:36:04 +02:00
Artem Borisov ad80f4a372 [DNM] flo: Goodbye selinux
Change-Id: If672b93b88fa07b3b56eed88989608a5a347f9df
2018-09-13 22:24:59 +02:00
Jerry Zhang 6fff16fd5a flo: Set sys.usb.ffs.aio_compat
The kernel does not support aio with ffs.
Set the property so adb/mtp know to use the compatible
functions, and the same while in recovery.

Bug: 37916658
Test: Use adb / use adb in recovery
Change-Id: Id35a05fcb9952dcf7239bd15a61cc620537419bc
2018-09-13 22:21:53 +02:00
Roshan Pius 9a63bf83b9 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
2018-09-13 22:21:27 +02:00