Commit Graph

2200 Commits

Author SHA1 Message Date
followmsi 513941d40e flo: Mark as having overridden commands
Change-Id: Ie0524e03daf9411112f2b5aa3aa1e68af85cbfb4
2019-09-21 17:47:07 +02:00
followmsi 010167d79e flo: remove LOCAL_MODULE_TAGS := eng
Change-Id: I2ff423c9585ac473171a59cd6c2ea4ad4fe359fa
2019-09-21 17:08:44 +02:00
followmsi 05136edd20 flo/deb: build standard android.hardware.nfc@1.0-impl 2019-05-06 14:06:05 +02:00
D. Andrei Măceș 07a9735c61 nfc: [TEMP] Add prebuilt nfc_nci.bcm2079x.default 2019-05-06 13:44:08 +02:00
Daniel Jarai a0984ee92b 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-06 13:42:08 +02:00
followmsi 6c757f2e62 Revert "TEMP - Hide NFC"
This reverts commit 4317307bc7.
2019-05-06 13:41:57 +02:00
Daniel Jarai 638068a7a4 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-06 13:37:36 +02:00
voron00 63ff521afe flo/deb: media: drop QCOM avc.secure decoder
This decoder is broken and causing a lot of crashes on boot, also it doesn't seem to be used anymore since google moved to software widvine implentation, so let's get rid of it.

Change-Id: Ide34fa01b6aa0e7079711c58f82ae873e54f7cdf
2019-05-06 13:31:54 +02:00
voron00 7ec078b018 flo/deb: fix permissions for hardware video enc/dec
Fixes parsing of hardware OMX codecs.

Change-Id: Ia9b63bcdedae2b59044e3e0757037f46846f9c4e
2019-05-06 13:31:31 +02:00
ripee e2fdd90cf7 flo/deb: sepolicy: rmt: remove dac_override 2019-02-17 15:11:31 +01:00
followmsi af15dbbf23 Revert "flo/deb: WIFI: Enable 2.4GHz channel bonding"
This reverts commit 20dd738fb1.
2019-02-02 15:43:58 +01:00
followmsi 011a6f4e1a Revert "flo/deb: wifi: Enable Power Save offload"
This reverts commit c1939d9123.
2019-02-02 15:43:52 +01:00
followmsi 9cd0e6427f Revert "flo/deb: wifi: Set beacon missed count threshold"
This reverts commit 03bfc75f74.
2019-02-02 15:43:46 +01:00
followmsi 81d29e26a3 Revert "Revert "flo: Enforce RRO on framework-res""
This reverts commit 8ce948c3b5.
2019-01-27 14:40:03 +01:00
followmsi 0dacef3c75 flo/deb: enable AptX/AptXHD 2019-01-25 10:26:12 +01:00
followmsi 618e38c167 flo/deb: Define vendor security patch level - 2016-08-05 2019-01-23 22:55:39 +01:00
Den147 1b4e884d1b Remove vendor security patch prop
We are on PE now, not LOS
Signed-off-by: Den147 <den14712@gmail.com>
2019-01-23 22:55:39 +01:00
followmsi 8ce948c3b5 Revert "flo: Enforce RRO on framework-res"
This reverts commit afc37de9b2.
2019-01-23 22:34:01 +01:00
followmsi 4317307bc7 TEMP - Hide NFC 2019-01-23 22:30:46 +01:00
followmsi eeb2694228 flo/deb: adjust TARGET_KERNEL_CONFIG 2019-01-23 22:29:59 +01:00
followmsi 832f7126a7 flo: update manifest.xml 2019-01-23 22:29:59 +01:00
followmsi d20c2f58a4 flo/deb: build android.hardware.drm@1.0-service 2019-01-23 22:29:59 +01:00
Alex Naidis 03bfc75f74 flo/deb: wifi: Set beacon missed count threshold
Setting the beacon missed count threshold
with a difference of 10 to improve stability
of the WIFI connection.

Change-Id: Iea459ead3505bcea1a41f9b0e713957092bf4745
2019-01-23 22:29:59 +01:00
Alex Naidis a15e871ba6 flo/deb: wifi: Limit hotspot to 10 devices 2019-01-23 22:29:59 +01:00
Serhij Kyryljan c1939d9123 flo/deb: wifi: Enable Power Save offload
[ sb6596 : logic ->

 * 0 -> Power save offload is disabled
 * 1 -> Legacy Power save enabled + Deep sleep Disabled
 * 2 -> QPower enabled + Deep sleep Disabled
 * 3 -> Legacy Power save enabled + Deep sleep Enabled
 * 4 -> QPower enabled + Deep sleep Enabled
 * 5 -> Duty cycling QPower enabled ]

Change-Id: Id4b97485938bc49e5e0249638ad02635e0d84b27
2019-01-23 22:29:59 +01:00
Michael W 20dd738fb1 flo/deb: WIFI: Enable 2.4GHz channel bonding
* Improve WiFi speed

Change-Id: I06501a8d01d8a802fe5dd7a6c9edfa96c51afbce
2019-01-23 22:29:59 +01:00
Den Kondakov a41eb49fd0 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-23 22:29:59 +01:00
followmsi 6f0437287b flo: use device manifest for flo only 2019-01-23 22:29:59 +01:00
followmsi e9d3739c75 sepolicy: Pie (bring up) 2019-01-20 01:22:07 +01:00
Daniel Jarai 809df7c611 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-19 22:43:22 +01:00
Emmett Tsai bec8cf46f8 media: drop QCOM avc encoder 2019-01-19 22:36:22 +01:00
followmsi 2449b3296e set androidboot.selinux=permissive 2019-01-19 22:32:25 +01:00
JP Abgrall 545362f462 Remove journaling from read-only FS to save space
The read-only partitions don't need journaling.

Bug: 18430740
Change-Id: I93303aae534f02c6ae412323c9ebb0c0b7b35290
2019-01-19 22:31:40 +01:00
Caio Schnepper 5050545ca2 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-19 22:31:27 +01:00
followmsi 96df871d9d flo: Add seclabel for BT 2019-01-19 22:29:34 +01:00
followmsi aa83eefe77 flo/deb: Allow additional gralloc 1.0 buffer usage bits 2019-01-19 22:27:56 +01:00
LuK1337 6ef171177c Overlay: SystemUI: Fix too big spacing between QS icons in landscape on sw600dp
Change-Id: I047453c169854636d9e179d4678b94c7724bb854
2019-01-19 22:27:03 +01:00
Lucas Dupin cfd880d3a8 flo: Renamed config_dozeAfterScreenOff
New name is config_dozeAfterScreenOffByDefault
Bug: 73178121

Change-Id: Ie3d1ea5a2cc480655592bf6e49b37f5ea07f3f58
2019-01-19 22:26:48 +01:00
followmsi 0d55626d8f flo: enable swipe up gesture's opt-in setting 2019-01-19 22:26:34 +01:00
Vladimir Oltean facc76b5ab flo: Align to pie-legacy-hw-fde semantics changes
Change-Id: Ib7a2ca067eea8ef7c952b5398bb032d8e854ff76
Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
2019-01-06 20:37:25 +01:00
Nolen Johnson 967a88721b flo: Correct BCM HAL name
* Common solution at hardware/broadcom/nfc doesn't define
  the module using platform, so we won't either.

Change-Id: If7f3ab5f52178a8a74789f2af21bff9e1225f294
2019-01-05 07:47:41 +01:00
Artem Borisov f38acef7b4 flo: Use smaller font footprint
Change-Id: Ibf4877f53ef3972fd73e6962277edc59af438bd3
2018-12-19 02:43:07 +00:00
dianlujitao ad0d600840 flo: Rename bt props for new HAL
Change-Id: I1afd110bffed0f43b1afcbef99be8a3776d24e0b
2018-12-19 02:43:06 +00:00
Artem Borisov 90cef7a6c9 flo: Update configuration for CAF audio
Change-Id: I3c943e16adc3cbc9ffaea43ce78bd92cd9efd209
2018-12-19 02:43:06 +00:00
Seigo Nonaka 5a8e720936 fonts: Exclude serif fonts from system.img
Reduces final image size by about 25MB.

Change-Id: I9e8ae18f2d5fb8259aa62418471a3a70cf1908ed
2018-12-19 02:43:06 +00:00
Adrian DC 04f9313ac8 flo: 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-12-19 02:43:05 +00:00
Adrian DC a2699cda8e flo: init: Resolve vendor HALs for early bootanimation start
* Adapt the service from configstore-hal-1-0 service
    to vendor.configstore-hal for AOSP P

 * Also update gralloc-2-0 to vendor.gralloc-2-0

 * Resolves surfaceflinger first launch crash
    due to configstore not being running earlier enough

Change-Id: I5aae6d8357ce71933e7c6673e9e4d37adb55a6af
2018-12-19 02:43:05 +00:00
Arne Coucheron 22d9ef740e flo: Use platform in NFC module suffix
Change-Id: I8cc93e81be6d99902bd23e44ffd694f8b1df843c
2018-12-19 02:43:04 +00:00
Ruchi Kandoi aa797493fd flo: Rename libnfc-brcm.conf -> libnfc-nci.conf
Change nfc.mk as well to reflect the new file name

Test: compiles
Change-Id: Ic7d88b13cd79705aced6283ca8ee5fb067611941
2018-12-19 02:43:03 +00:00
Artem Borisov a280896db9 flo: Update p2p interface configuration
Change-Id: I73b9e240126ccc547e2b6ad3eb5e85e62b94d124
2018-12-19 02:43:02 +00:00