remove all armhf (#564)

* remove all armhf

* fix that

* Revert "build_system: stream build output directly into rootfs (#552)"

This reverts commit 71e7369174.

* fix up build

* wifi works

* fix graphics

* revert that

* add back
This commit is contained in:
Adeeb Shihadeh
2026-04-30 17:56:53 -07:00
committed by GitHub
parent bb525191b3
commit e8e36e592d
92 changed files with 130 additions and 174 deletions
@@ -0,0 +1,3 @@
# Create Android-style boot partition links for vendor services.
KERNEL=="mmcblk[0-9]*p[0-9]*", SUBSYSTEM=="block", ACTION=="add", RUN+="/etc/udev/scripts/bootdevice-by-name.sh %k"
KERNEL=="[hs]d[a-z][0-9]*", SUBSYSTEM=="block", ACTION=="add", RUN+="/etc/udev/scripts/bootdevice-by-name.sh %k"
+22
View File
@@ -0,0 +1,22 @@
#!/bin/sh
set -e
dev="$1"
uevent="/sys/class/block/$dev/uevent"
[ -e "$uevent" ] || exit 0
boot_dev="$(sed -n 's/.*androidboot.bootdevice=\([^ ]*\).*/\1/p' /proc/cmdline | awk '{print $NF}')"
[ -n "$boot_dev" ] || exit 0
real_sysfs_path="$(realpath "/sys/class/block/$dev")"
case "$real_sysfs_path" in
*"$boot_dev"*) ;;
*) exit 0 ;;
esac
partition_name="$(sed -n 's/^PARTNAME=//p' "$uevent")"
[ -n "$partition_name" ] || exit 0
mkdir -p /dev/block/bootdevice/by-name
ln -sf "/dev/$dev" "/dev/block/bootdevice/by-name/$partition_name"
@@ -1,15 +0,0 @@
# Copyright (c) 2017 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#
[Unit]
Description=adsprpc Service
SourcePath= /usr/bin/adsprpcd
[Service]
Restart=always
ExecStart= /usr/bin/adsprpcd
[Install]
WantedBy=multi-user.target
@@ -1,15 +0,0 @@
# Copyright (c) 2018 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#
[Unit]
Description=cdsprpc Service
SourcePath= /usr/bin/cdsprpcd
[Service]
Restart=always
ExecStart= /usr/bin/cdsprpcd
[Install]
WantedBy=multi-user.target
@@ -1,15 +1,10 @@
# Copyright (c) 2017 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#
[Unit]
Description= irsc-util Service
Description=IRSC util Service
SourcePath=/usr/bin/irsc_util
DefaultDependencies=no
[Service]
Restart=no
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/irsc_util /etc/sec_config
@@ -1 +0,0 @@
/lib/systemd/system/irsc_util.service
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
libEGL.so.1.0.0
libEGL_adreno.so
@@ -1 +1 @@
libEGL.so.1.0.0
libEGL_adreno.so
@@ -1 +1 @@
libEGL.so.1.0.0
libEGL_adreno.so
@@ -1 +1 @@
libGLESv2.so.2.0.0
libGLESv2_adreno.so
@@ -1 +1 @@
libGLESv2.so.2.0.0
libGLESv2_adreno.so
@@ -1 +1 @@
libGLESv2.so.2.0.0
libGLESv2_adreno.so
@@ -0,0 +1 @@
libOpenCL.so.1.0.0
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
libgbm.so.1
Binary file not shown.
@@ -0,0 +1 @@
libwayland-egl.so.1
@@ -0,0 +1 @@
libwayland-egl.so.1
@@ -1 +0,0 @@
/usr/lib/libgralloc.so
Binary file not shown.
@@ -1 +0,0 @@
libEGL.so.1.0.0
@@ -1 +0,0 @@
libEGL.so.1.0.0
@@ -1 +0,0 @@
libEGL.so.1.0.0
@@ -1 +0,0 @@
libEGL_adreno.so
@@ -1 +0,0 @@
libGLESv1_CM.so.1.0.0
@@ -1 +0,0 @@
libGLESv1_CM.so.1.0.0
@@ -1 +0,0 @@
libGLESv1_CM.so.1.0.0
@@ -1 +0,0 @@
libGLESv1_CM_adreno.so
@@ -1 +0,0 @@
libGLESv2.so.2.0.0
@@ -1 +0,0 @@
libGLESv2.so.2.0.0
@@ -1 +0,0 @@
libGLESv2.so.2.0.0
@@ -1 +0,0 @@
libGLESv2_adreno.so
@@ -1 +0,0 @@
libbinder.so.0.0.0
@@ -1 +0,0 @@
libcutils.so.0.0.0
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
libhardware.so.0.0.0
@@ -1 +0,0 @@
liblog.so.0.0.0
@@ -1 +0,0 @@
liblogwrap.so.0.0.0
@@ -1 +0,0 @@
libpcre.so.1.2.6
@@ -1 +0,0 @@
libsync.so.0.0.0
@@ -1 +0,0 @@
libutils.so.0.0.0