16 Commits
vic ... bka

Author SHA1 Message Date
ad31775718 b4s4: Drop manifest from vendor/lineage
Signed-off-by: Onelots <onelots@onelots.fr>
2025-12-21 22:13:31 +01:00
220274f685 b4s4: Add AOSP wlan to soong namespaces
Signed-off-by: Onelots <onelots@onelots.fr>
2025-12-21 21:52:25 +01:00
8378359078 b4s4: Drop RemovePackages
Signed-off-by: Onelots <onelots@onelots.fr>
2025-12-21 20:24:51 +01:00
9e2f531502 b4s4: Init for EvolutionX 11.x
Signed-off-by: Onelots <onelots@onelots.fr>
2025-12-21 18:29:42 +01:00
Michael Bestas
17e67479b2 b4s4: Migrade audio HAL to blueprint
Change-Id: I589683d4f2f97b6dbc52fcaa1055a23b0cab8b06
2025-09-22 16:41:23 +02:00
Michael Bestas
32af977d29 b4s4: Remove userdebug/eng configuration
Change-Id: I67b39c183415b5641e16f8ae383848e276825540
2025-09-22 16:41:23 +02:00
Michael Bestas
e11a49aec8 b4s4: Drop unused AndroidBoard.mk
Change-Id: I6149ebbec9ebb3687819d8c72c31ebf124056644
2025-09-22 16:41:23 +02:00
Michael Bestas
2a28d3d347 b4s4: Migrate mount point creation out of AndroidBoard.mk
Change-Id: Id5986b8a740e45f864eecdd2bd82d9455f128d6b
2025-09-22 16:41:23 +02:00
Michael Bestas
d4a3840c3a b4s4: Drop unused in-tree kernel headers
Change-Id: If871800764cdb47a4423c615c57267dea964bbe8
2025-09-22 16:41:23 +02:00
Michael Bestas
bc29c70c9e b4s4: Resolve qtidataservices denial
Fixes fatal crash of the dataservices app

Change-Id: I4acfa9eef648cbb36f1900cad91fc4fe19a9fe5d
2025-09-22 16:41:23 +02:00
Michael Bestas
24e2531dbe b4s4: Update namespace imports
Change-Id: I646fb32c9cb84ac650e16f6568bdb0c214f53290
2025-09-22 16:41:23 +02:00
Michael Bestas
233237a428 b4s4: Update display flags & packages
Required after display HAL blueprint conversion

Change-Id: Ifc4e10703d3424607b9dc8bcc8e417d1c88cc2f3
2025-09-22 16:41:23 +02:00
Nolen Johnson
ba38099938 b4s4: sepolicy: Include AIDL LiveDisplay policy
Change-Id: I6ed4f79bd17fdd214f000098ffae3ead2bf4c4da
2025-09-22 16:41:22 +02:00
Nolen Johnson
77c4ee26ea b4s4: Migrate to AIDL LiveDisplay HAL
Change-Id: I4e8be836e94d442b40c63a1ac7dade3c9d9c784c
2025-09-22 16:41:22 +02:00
razorloves
5454f0d456 b4s4: Remove duplicate ipacm init entries
These are already being done in
vendor/qcom/opensource/data-ipa-cfg-mgr-legacy-um

Change-Id: I207b1fd170a13381bdb6b0fd8178ecf15f8692f4
2025-09-22 16:41:22 +02:00
Michael Bestas
0d31c4d422 b4s4: Remove deprecated config_mobile_tcp_buffers/networkAttributes
Change-Id: Ieda947e283cde11cf74a01dc1b438e1deeb902c9
2025-09-22 16:41:22 +02:00
4 changed files with 4 additions and 17 deletions

View File

@@ -14,9 +14,6 @@ TARGET_KERNEL_CONFIG := bonito_defconfig
TARGET_KERNEL_SOURCE := kernel/google/b4s4
TARGET_NEEDS_DTBOIMAGE := true
# Manifests
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += vendor/lineage/config/device_framework_matrix.xml
# Partitions
AB_OTA_PARTITIONS += \
vendor

View File

@@ -25,6 +25,7 @@ PRODUCT_SOONG_NAMESPACES += \
hardware/qcom/audio \
hardware/qcom/sdm845/display \
hardware/qcom/sdm845/gps \
hardware/qcom/wlan \
hardware/qcom/wlan/legacy \
hardware/qcom-caf/bootctrl \
vendor/qcom/opensource/data-ipa-cfg-mgr-legacy-um

View File

@@ -3,10 +3,10 @@
"repository": "LineageOS/android_device_google_gs-common",
"target_path": "device/google/gs-common",
"remote": "github-non-los",
"branch": "lineage-22.2"
"branch": "lineage-23.0"
},
{
"repository": "kernel_google_b4s4",
"repository": "kernel_google_msm-4.9",
"target_path": "kernel/google/b4s4"
},
{
@@ -27,6 +27,6 @@
"repository": "LineageOS/android_packages_apps_ElmyraService",
"target_path": "packages/apps/ElmyraService",
"remote": "github-non-los",
"branch": "lineage-22.2"
"branch": "lineage-23.0"
}
]

View File

@@ -1,11 +0,0 @@
#LOCAL_PATH := $(call my-dir)
#include $(CLEAR_VARS)
#LOCAL_MODULE := RemovePackagesBonito
#LOCAL_MODULE_CLASS := APPS
#LOCAL_MODULE_TAGS := optional
#LOCAL_OVERRIDES_PACKAGES := AmbientSensePrebuilt AppDirectedSMSService arcore BetterBugStub CbrsNetworkMonitor ConnMO DCMO DevicePolicyPrebuilt DiagnosticsToolPrebuilt DMService Drive GCS GoogleTTS MaestroPrebuilt Maps Photos PixelLiveWallpaperPrebuilt PixelWallpapers2022 PlayAutoInstallConfig PrebuiltGmail RecorderPrebuilt SCONE ScribePrebuilt Showcase SoundAmplifierPrebuilt SprintHM talkback Tycho VZWAPNLib VzwOmaTrigger WfcActivation
#LOCAL_UNINSTALLABLE_MODULE := true
#LOCAL_CERTIFICATE := PRESIGNED
#LOCAL_SRC_FILES := /dev/null
#include $(BUILD_PREBUILT)