Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d95a85c authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge remote-tracking branch 'origin/lineage-23.2' into a16.2

parents ea618250 abd82190
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,5 +24,4 @@ TARGET_FORCE_OTA_PACKAGE := true
USE_SOONG_DEFINED_SYSTEM_IMAGE := false

PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
    system/app/Home/Home.apk \
    system/etc/permissions/android.software.credentials.xml
+1 −2
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true

TARGET_NO_KERNEL_OVERRIDE := true

# Enable mainline checking
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := strict

PRODUCT_NAME := lineage_gsi_car_arm64
+1 −2
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true

TARGET_NO_KERNEL_OVERRIDE := true

# Enable mainline checking
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := strict

PRODUCT_NAME := lineage_gsi_car_x86_64
+3 −5
Original line number Diff line number Diff line
@@ -12,13 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

include vendor/lineage/build/target/product/lineage_generic_car_target.mk

$(call inherit-product, device/generic/car/emulator/aosp_car_emulator.mk)
$(call inherit-product, device/generic/car/sdk_car_arm64.mk)

$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
include device/generic/goldfish/board/kernel/arm64.mk

TARGET_NO_KERNEL_OVERRIDE := true
include vendor/lineage/build/target/product/lineage_generic_car_target.mk

PRODUCT_NAME := lineage_sdk_car_arm64

+3 −3
Original line number Diff line number Diff line
@@ -12,11 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

include vendor/lineage/build/target/product/lineage_generic_car_target.mk
$(call inherit-product, device/generic/car/sdk_car_x86_64.mk)

$(call inherit-product, device/generic/car/emulator/aosp_car_emulator.mk)
include device/generic/goldfish/board/kernel/x86_64.mk

$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
include vendor/lineage/build/target/product/lineage_generic_car_target.mk

PRODUCT_NAME := lineage_sdk_car_x86_64

Loading