Commit Graph

216 Commits

Author SHA1 Message Date
2ab39f723b mondrianwifi: Remove target-level from manifest 2022-11-28 21:55:40 +01:00
f04e867d16 mondrianwifi: fix sepolicy sensors data file write 2022-11-27 18:53:43 +01:00
5f16963b0d msm8974-common: Remove references to a2dp module 2022-11-26 19:41:09 +01:00
7e9a93f3e8 mondrianwifi: OTA set version 2022-10-09 12:59:45 +02:00
1b96098fd8 mondrianwifi: Remove dead target
Change-Id: I496e37e3d813a96ca3a0138dbc61cd1a90655244
2022-10-09 12:17:48 +02:00
83fcf7a6fc mondrianwifi: Enable bluetooth profiles with system.prop
Bug: 217448211
Test: make -j
Change-Id: Idd7e52b7822915ed61299f1c0b29bf87ca0339fe
2022-10-09 12:04:53 +02:00
28fecc7ce6 mondrianwifi: Set default the Bluetooth class of device
The class of device is a string with a list of uint8t values:
90,2,12

The meaning is as follows:
{Service Field, Major class, Minor class}

Service Field: 0x5A -> 90
    Bit 17: Networking
    Bit 19: Capturing
    Bit 20: Object Transfer
    Bit 22: Telephony
MAJOR_CLASS: 0x02 -> 2 (Phone)
MINOR_CLASS: 0x0C -> 12 (Smart Phone)
2022-10-09 12:02:26 +02:00
2c49f89653 mondrianwifi: Remove bdroid_buildcfg.h
As of I3c7aed1bdb45db728d319f7d757400e44d232283 | AOSP the Bluetooth stack
defaults to reasonable defaults that should work for all devices.

Change-Id: I056d63c4c8a2727e384172e964dc0000b6773504
2022-10-02 16:56:24 +02:00
5f9cb85730 mondrianwifi: Replace BTM_DEF_LOCAL_NAME with a sysprop
Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53
2022-10-01 23:37:48 +02:00
8f7934e5a2 mondrianwifi: overlay: mark as WiFi-only
Change-Id: I6c3d5118527903fd0b8a6eb5679dede961e01e9f
2022-09-25 23:38:52 +02:00
1aeb621a7d mondrianwifi: Migrate to AIDL ClearKey DRM HAL
Change-Id: Iad5cc1176978137c647069197b33f49fb4d98ab2
2022-09-25 23:38:52 +02:00
65f36f8cfc mondrianwifi: use mdpi density recovery
Fix limit size too high
2022-09-25 23:38:52 +02:00
aa3ee67032 mondrianwifi: Remove encryptable from fstab
FDE is no longer supported; 'encryptable' can only be used for adoptable storage
2022-09-25 23:38:52 +02:00
1d62977df8 mondrianwifi: rootdir: Remove /data/tombstones folder creation
This is done using config.fs during build.

Change-Id: Icb687abdda67f2f380ff44d609d16c14f639ec8c
2022-09-25 23:38:52 +02:00
a056e5cc21 mondrian: temp disable selinux 2022-09-24 09:48:27 +02:00
9af02d8498 mondrianwifi: fix sepolicy sensors data file write 2022-09-04 10:58:50 +02:00
f49ced3e0a mondrianwifi: fix trust selinux denied read patch vendor 2022-08-29 07:04:18 +02:00
e2469b6ed7 mondrianwifi: set TARGET_SCREEN_DENSITY 2022-08-27 23:05:14 +02:00
5cd0bfc075 mondrianwifi: remove obsolete configs 2022-08-27 23:05:14 +02:00
4462fc83f2 mondrianwifi: OTA set version 2022-08-27 23:05:14 +02:00
15c52133b0 mondrianwifi: remove obsolete services 2022-08-27 23:05:14 +02:00
e242699bd3 mondrianwifi: sepolicy 2022-08-27 23:05:09 +02:00
1bb49e7c55 mondrianwifi: Enable TARGET_VNDK_USE_CORE_VARIANT
Change-Id: If7662231018011f5fd1780e534e6be9863394bf9
2022-08-25 19:34:16 +02:00
662ddb4590 mondrianwifi: Configure jemalloc for low memory
Following recommendations found in Qualcomm Android GO
Performance Tuning Guide.

Change-Id: I607344ac085dc88d5253d3627c0c6d770a97902c
2022-08-25 10:44:15 +02:00
2deb06c124 mondrianwifi: add wfd properties 2022-08-25 10:24:43 +02:00
3f9d1b082b mondrianwifi: start qseecomd early 2022-08-22 22:36:43 +02:00
937a3ad8b3 mondrianwifi: Drop cryptfshw build 2022-08-21 22:10:57 +02:00
465915bda3 mondrianwifi: remove TARGET_PROVIDES_KEYMASTER 2022-08-21 22:10:57 +02:00
q240627995
d8f1470320 mondrianwifi: wifi config optimization 2022-08-21 22:10:57 +02:00
2bd14ebae0 mondrianwifi: Disable the navigation bar 2022-08-20 13:33:41 +02:00
3567a3dd44 mondrianwifi: Remove 4K encoder camera
Not supported by back camera
2022-08-20 13:33:41 +02:00
0a4dd32dc9 mondrianwifi: Disable bluetooth a2dp offload
its enabled by default in 12
2022-08-20 13:33:41 +02:00
4926eb03dc mondrianwifi: remove ADB override
error: found duplicate sysprop assignments:
ro.adb.secure=0
ro.adb.secure=1
error: found duplicate sysprop assignments:
ro.secure=1
ro.secure=0
2022-08-20 13:33:41 +02:00
43ad60efc6 mondrianwifi: use hdpi density recovery
Fix limit size too high
2022-08-20 13:33:41 +02:00
retiredtab-gerrit
e96871ab7a mondrianwifi: get rid of all duplicate manifest.xml entries
Since we changed

DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml

to

DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml

the latter appends the mondrianwifi manifest.xml to the existing msm8974
manifest.  So get rid of all the duplicate entries.
2022-08-20 13:33:41 +02:00
retiredtab-gerrit
414baf3133 mondrianwifi: append to existing manifest.xml from msm8974
Change syntax to += to append mondrianwifi specific manifest.xml onto
existing msm8974 manifest.xml.

With the old :=, it overwrote the msm8974 manifest.xml.
2022-08-20 13:33:41 +02:00
Edwin Wong
56106b383f mondrianwifi: Update clearkey plugin to drm HAL v1.4
Must update to 1.4 because 1.3 fails to work in Android 12.
2022-08-20 13:33:41 +02:00
Kyle Harrison
54b7e7c527 mondrianwifi: Move ueventd.qcom.rc to /vendor/etc
In Android 12, the search path for the ueventd vendor config is now /vendor/etc.
2022-08-20 13:33:41 +02:00
b1d7e819a7 mondrianwifi: Disable APEX compression
Kernel panics on msm-4.9.

Change-Id: I92e39cd979be2cbdf69588c3274dc2dae7a45f78
2022-08-20 13:33:41 +02:00
6717ff249b mondrianwifi: add ro.kernel.ebpf.supported 2022-08-20 13:33:41 +02:00
9a9abae536 mondrianwifi: Use gcc for kernel build
Lineage has switched to clang for kernel builds by default. The
mondrianwifi 4.9 kernel does not build with clang.

Change-Id: Ie00632002a532a7a090d50c1951575c361244f7d
2022-08-20 13:33:41 +02:00
e2bb3937fc Revert "mondrianwifi: remove selinux permissive"
This reverts commit 1e718b46d4.
2022-08-20 13:33:41 +02:00
b4f8006428 mondrianwifi: tune rec main mic volume
Thanks Yxo 6o6uka for testing best values
"the best out-of-the-box experience (natural recording level, no
distortion)"
2022-08-19 10:54:05 +02:00
f3ebb03588 mondrianwifi: disable qmuxd no modem 2022-03-20 10:52:17 +01:00
ef2420ba0b mondrianwifi: Define properties for LMKD
Change-Id: Ie8748a46ce39f3c8c629d8862e767876f0c4c99f
2022-03-19 14:53:16 +01:00
da87b285af mondrianwifi: selinux sensors 2022-03-19 14:53:11 +01:00
f17e7fd6f1 mondrianwifi: restore ring volume 2022-03-15 05:51:02 +01:00
4e417eedef mondrianwifi: use stock wifi conf 2022-03-13 09:53:31 +01:00
13d6404823 mondrianwifi: fix mic voip
set vendor.dedicated.device.for.voip false
2022-03-13 08:09:57 +01:00
7afa5f4c81 mondrianwifi: wifi only 2022-03-13 07:27:55 +01:00