12 Commits
bka ... vic

Author SHA1 Message Date
Michael Bestas
5d27721e82 b4s4: Migrade audio HAL to blueprint
Change-Id: I589683d4f2f97b6dbc52fcaa1055a23b0cab8b06
2025-09-22 16:41:03 +02:00
Michael Bestas
4cf2064552 b4s4: Remove userdebug/eng configuration
Change-Id: I67b39c183415b5641e16f8ae383848e276825540
2025-09-22 16:41:03 +02:00
Michael Bestas
fc3e2a913d b4s4: Drop unused AndroidBoard.mk
Change-Id: I6149ebbec9ebb3687819d8c72c31ebf124056644
2025-09-22 16:41:03 +02:00
Michael Bestas
86d0cf552f b4s4: Migrate mount point creation out of AndroidBoard.mk
Change-Id: Id5986b8a740e45f864eecdd2bd82d9455f128d6b
2025-09-22 16:41:03 +02:00
Michael Bestas
a3f2e0d3e7 b4s4: Drop unused in-tree kernel headers
Change-Id: If871800764cdb47a4423c615c57267dea964bbe8
2025-09-22 16:41:03 +02:00
Michael Bestas
31220c4439 b4s4: Resolve qtidataservices denial
Fixes fatal crash of the dataservices app

Change-Id: I4acfa9eef648cbb36f1900cad91fc4fe19a9fe5d
2025-09-22 16:41:03 +02:00
Michael Bestas
771cef6299 b4s4: Update namespace imports
Change-Id: I646fb32c9cb84ac650e16f6568bdb0c214f53290
2025-09-22 16:41:03 +02:00
Michael Bestas
475bda213b b4s4: Update display flags & packages
Required after display HAL blueprint conversion

Change-Id: Ifc4e10703d3424607b9dc8bcc8e417d1c88cc2f3
2025-09-22 16:41:03 +02:00
Nolen Johnson
abf67b7323 b4s4: sepolicy: Include AIDL LiveDisplay policy
Change-Id: I6ed4f79bd17fdd214f000098ffae3ead2bf4c4da
2025-09-22 16:41:03 +02:00
Nolen Johnson
9e4393adb4 b4s4: Migrate to AIDL LiveDisplay HAL
Change-Id: I4e8be836e94d442b40c63a1ac7dade3c9d9c784c
2025-09-22 16:41:03 +02:00
razorloves
caeab57a95 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:02 +02:00
Michael Bestas
998fbab8f6 b4s4: Remove deprecated config_mobile_tcp_buffers/networkAttributes
Change-Id: Ieda947e283cde11cf74a01dc1b438e1deeb902c9
2025-09-22 16:41:02 +02:00
4 changed files with 17 additions and 4 deletions

View File

@@ -14,6 +14,9 @@ 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,7 +25,6 @@ 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-23.0"
"branch": "lineage-22.2"
},
{
"repository": "kernel_google_msm-4.9",
"repository": "kernel_google_b4s4",
"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-23.0"
"branch": "lineage-22.2"
}
]

View File

@@ -0,0 +1,11 @@
#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)