Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad31775718 | |||
| 220274f685 | |||
| 8378359078 | |||
| 9e2f531502 | |||
|
|
17e67479b2 | ||
|
|
32af977d29 | ||
|
|
e11a49aec8 | ||
|
|
2a28d3d347 | ||
|
|
d4a3840c3a | ||
|
|
bc29c70c9e | ||
|
|
24e2531dbe | ||
|
|
233237a428 | ||
|
|
ba38099938 | ||
|
|
77c4ee26ea | ||
|
|
5454f0d456 | ||
|
|
0d31c4d422 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user