Commit graph

1,255 commits

Author SHA1 Message Date
roynatech2544
3b8b2da0c3 fixup! universal7885: compile dtbo from the kernel rather than prebuilt 2024-04-12 08:40:26 +09:00
roynatech2544
36df3ce4ac universal7885: generate_product_makefiles: Rework, add MikuUI VF 2024-04-04 22:03:42 +09:00
roynatech2544
1ad1e7c795 Revert "universa7885: Force override compability matrix"
This reverts commit 55a45d1c9c.
2024-04-03 23:19:50 +09:00
roynatech2544
36603afb7f universal7885: Switch to AIDL fingerprint HAL
- Also cleanup overlays
2024-04-03 22:48:09 +09:00
roynatech2544
5b60bf3a58 universal7885: manifest: Update target level to 4 2024-04-03 22:48:09 +09:00
Nolen Johnson
f2a05670db universal7885: Include samsung_slsi-linaro soong namespaces
Change-Id: I90b61dfa6647d290d13e8e30923f0eacee8cd3b5
2024-04-03 22:48:09 +09:00
Soo-Hwan Na
cab9b6b9df universal7885: sepolicy: Drop batt_slate_mode genfscon
- LineageOS/android_device_samsung_slsi_sepolicy@52e4e8929d
2024-04-03 22:48:09 +09:00
fiirefly24
46a0b6dfbd universal7885: overlay: Adjust Statusbar Clock padding
Set status_bar_left_clock_starting_padding to 2dp to keep the clock from leaning against the edge of the statusbar

Change-Id: I473172794f0ec7279b95db3717f514835ec14f6f
2024-04-03 22:48:09 +09:00
Tim Zimmermann
4c00f936bc universal7885: Disable VINTF checks
Change-Id: I1af07b88795f10fc086d4ebbfe35d7ec083d007a
2024-04-03 22:48:09 +09:00
lahaina
55f0646f0d universal7885: overlay: Define threshold and type of proximity sensor
- Somehow looks like its needed for prox sensor
2024-04-03 22:48:09 +09:00
Amit Pundir
7b7541ebf8 universal7885: Add ro.hardware.egl=mali
A recent AOSP/main change has put a hard dependency on
ro.hardware.egl or equivalent property being set, otherwise
it fails to boot successfully:

F DEBUG   : Cmdline: /system/bin/surfaceflinger
F DEBUG   : pid: 672, tid: 677, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
F DEBUG   : uid: 1000
F DEBUG   : tagged_addr_ctrl: 0000000000000001 (PR_TAGGED_ADDR_ENABLE)
F DEBUG   : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
F DEBUG   : Abort message: 'couldn't find an OpenGL ES implementation, make sure one of persist.graphics.egl, ro.hardware.egl and ro.board.platform is set'

Change-Id: Ifa82dd3ea480f88b3c2646c6ca40a99d9ef52849
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2024-04-03 22:48:09 +09:00
roynatech2544
81aae660d6 universal7885: Build TouchGestures on evox 2024-04-03 22:48:09 +09:00
Tim Zimmermann
794edef0eb universal7885: Use libcrypto v33 for keymaster 2024-04-03 22:48:09 +09:00
roynatech2544
81dc83dd0c universal7885: libinit: Set low_ram prop if less than 4GB RAM 2024-04-03 22:48:09 +09:00
roynatech2544
701d40f0cd universal7885: sepolicy: Update fwk service to U 2024-04-03 22:48:09 +09:00
Sarthak Roy
abc75d7fa2 universal7885: Switch to Wifi service AIDL
Change-Id: I5a2864b4159b7815eff4dd2f0de02a3dabbacfa5
Signed-off-by: adi8900 <adrianszymanski242@gmail.com>
2024-04-03 22:48:09 +09:00
DarkJoker360
7436e879b3 universal7885: Switch to config_screenBrightnessSettingMinimumFloat
* config_screenBrightnessSettingMinimum is deprecated.

Change-Id: I54eb812f560577eb9a03bcf3539bfba7fa539628
2024-04-03 22:48:09 +09:00
Tim Zimmermann
5fac1cbf04 universal7885: Build HIDL libs that are no longer implicitly built
Change-Id: Idd74673f3af38d3978cf6182963cbcf8c0441889
2024-04-03 22:48:09 +09:00
roynatech2544
ed2db8e6c9 Revert "universal7885: Don't inherit updatable_apex.mk"
- Android 14 installs apexs' as updatable apex even though this
  makefile is not included.
- Causes apexs to not mount

This reverts commit 0131e98508.
2024-04-03 22:48:09 +09:00
Soo Hwan Na
f29366cb17 universal7885: Update protobuf target name 2024-04-03 22:48:09 +09:00
roynatech2544
3a3b1b241b fixup! universal7885: compile dtbo from the kernel rather than prebuilt 2024-04-03 22:48:09 +09:00
FuriousDroid
5bf5dfdf1d universal7885: dtbo: fix race condition 2024-03-30 18:21:03 +09:00
FuriousDroid
98bc68a401 universal7885: compile dtbo from the kernel rather than prebuilt 2024-03-30 18:21:03 +09:00
Soo Hwan Na
6c5dca1a28 universal7885: generate_product_makefiles: Unify in python
- Contains exception for rising
2024-02-21 19:10:29 +09:00
Midas Chien
714f374f2f universal7885: don't latch unsignal buffers
Set debug.sf.latch_unsignaled=1 is used to allow surfaceflinger to
latch unsignal buffers that can give more time for buffer to render.
But if the buffer takes longer time to finish, it will block whole
display pipeline result to jank.

Bug: 157964883
Test: scrolling, launch
Change-Id: I56c3e05921de5fc9569bf3f93fde03022a64b6a4
2024-02-21 19:03:38 +09:00
Soo Hwan Na
53c941bb94 universal7885: powerhint: Add battery_saver hint 2024-02-18 22:54:07 +09:00
SamarV-121
6f758b2ca6 universal7885: power: Remove no-op hints
Change-Id: I96016539cf843b0aba75807770f5471884b3f7ff
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
2024-02-18 22:53:55 +09:00
SamarV-121
d7d6105a8a Revert "universal7885: Uprev audio HAL to 7.1"
Reason for revert: crashing when try to make a call

This reverts commit 4087eba38fa33d5b9ca911d6037be0a22cd618db.
2024-02-18 22:53:44 +09:00
Soo Hwan Na
da5160f3c5 universal7885: Set mini gapps treewide 2024-02-18 22:53:31 +09:00
justin_hson
6e15724ba9 universal7885: Disable FRP (#10)
Google is being strict about this so I would like it to be disabled, else people have to try login and fail connection like 5 times until they can sign in. They have freedom to skip or setup with login.
2024-02-18 22:53:31 +09:00
roynatech2544
e3c595dbc3 a10: Make makefile generator set mini gapps on A10 2024-02-18 22:53:31 +09:00
roynatech2544
3082f739cd Revert "universal7885: Enable back HWC"
This reverts commit 3a67ecf0d7.
2024-02-18 22:53:31 +09:00
roynatech2544
1aad49120a Revert "universal7885: Switch rendering to SkiaVK and enable Vulkan Support"
This reverts commit 55cf426841.
2024-02-18 22:53:31 +09:00
roynatech2544
77576c8311 universal7885: sepolicy: Address/Slience some denials 2024-02-18 22:53:19 +09:00
roynatech2544
41040cab2f
universal7885: Build touch singletap HAL 2023-12-01 20:07:31 +09:00
roynatech2544
b9c4b705bd
universal7885: sepolicy: Label A30s tsp node 2023-12-01 20:07:00 +09:00
roynatech2544
5daacfe4d0
universal7885: sepolicy: Minor formatting of fs contexts 2023-11-30 17:22:03 +09:00
roynatech2544
cd81fbf73d
universal7885: vendorsetup: Remove FM Radio rmrf
- And refactor makefile generator
2023-11-30 17:21:37 +09:00
roynatech2544
0ee2235b5a
universal7885: vendor.prop: Remove device specific props
- This is not needed for a bit
2023-11-29 22:05:12 +09:00
roynatech2544
fe876e78ed
universal7885: Satisify EPPE requirements
- Make TARGET_SOC device specific variable
- Also some cleanup
2023-11-29 22:05:10 +09:00
roynatech2544
ef3544cf66
Revert "universal7885: Copy libcrypto from VNDK 32"
This reverts commit 0163528f1a.
2023-11-29 19:46:26 +09:00
roynatech2544
0153ea8035
Revert "universal7885: Adapt to DRM hal changes from 9820"
This reverts commit 4518c61696.
2023-11-29 19:46:26 +09:00
roynatech2544
7dd4e54c8c
universal7885: Remove FMRadio 2023-11-29 19:46:26 +09:00
roynatech2544
647cee19e8
universal7885: libinit: Rewrite code for clearity 2023-11-29 19:46:26 +09:00
roynatech2544
1283dec6bc
a10: Change sensor HAL name suffix
- In fact only 32bit compiled, not that it is a10 specific
2023-11-29 19:46:23 +09:00
roynatech2544
15152b0431
Revert "universal7885: Replace libutils-v32 with a shim"
- Fully remove instead

This reverts commit b27688ed42.
2023-11-29 19:46:03 +09:00
roynatech2544
026fc6857d
universal7885: makefile_generator: Move it out of host-tools 2023-11-29 19:46:03 +09:00
roynatech2544
a06bd4bac2
devices: Use their repective original build fingerprint
- Kill fingerprint fetcher CI
- Sperate SPL dates based on VT
- Purge derp remains
2023-11-29 19:46:03 +09:00
roynatech2544
e732699c27
universal7885: Go back track slsi sepolicy
- Also cleanup rebundant rules, duplicate rules
2023-11-29 19:45:59 +09:00
Tim Zimmermann
eef1ead4a2
universal7885: Enable UDFPS on boot
- Also select out HAS_GESTURES if UDFPS

Change-Id: I6375c5de54d61a5e274ef1806d0a5ce16cdd5dba
2023-11-29 14:18:40 +09:00