Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d27721e82 | ||
|
|
4cf2064552 | ||
|
|
fc3e2a913d | ||
|
|
86d0cf552f | ||
|
|
a3f2e0d3e7 | ||
|
|
31220c4439 | ||
|
|
771cef6299 | ||
|
|
475bda213b | ||
|
|
abf67b7323 | ||
|
|
9e4393adb4 | ||
|
|
caeab57a95 | ||
|
|
998fbab8f6 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
11
remove_packages/Android.mk
Normal file
11
remove_packages/Android.mk
Normal 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)
|
||||
Reference in New Issue
Block a user