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

Commit f10dc68c authored by html6405's avatar html6405
Browse files

Initial changes for LineageOS 16.0.

parent ab8ef68b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,4 +15,4 @@
#

PRODUCT_MAKEFILES := \
    $(LOCAL_DIR)/n8010.mk
    $(LOCAL_DIR)/lineage_n8010.mk
+0 −4
Original line number Diff line number Diff line
@@ -24,9 +24,5 @@ N8010 := true

WITHOUT_RIL := true

# Selinux
BOARD_SEPOLICY_DIRS += \
    device/samsung/n8000/selinux

# assert
TARGET_OTA_ASSERT_DEVICE := c0,p4notewifi,p4notewifiww,n8013,GT-N8013,n8010,GT-N8010
+10 −8
Original line number Diff line number Diff line
@@ -2,19 +2,20 @@
PRODUCT_RELEASE_NAME := n8010

# Inherit device configuration
$(call inherit-product, device/samsung/n80xx-common/n80xx-common.mk)
$(call inherit-product, device/samsung/n8010/n8010.mk)
$(call inherit-product, device/samsung/n80xx-common/n80xx-common.mk)
$(call inherit-product, device/samsung/smdk4412-common/common.mk)

# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)

# Inherit some common stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)

# Boot animation
TARGET_SCREEN_HEIGHT := 1024
TARGET_SCREEN_WIDTH := 600

# Inherit some common stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)

# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := n8010
PRODUCT_NAME := lineage_n8010
@@ -26,5 +27,6 @@ PRODUCT_MANUFACTURER := samsung
PRODUCT_BUILD_PROP_OVERRIDES += \
    	PRODUCT_NAME=p4notewifiue \
		TARGET_DEVICE=p4notewifi \
	BUILD_FINGERPRINT="samsung/p4notewifixx/p4notewifiww:4.4.2/KOT49H/N8010XXUDNE4:user/release-keys" \
		PRIVATE_BUILD_DESC="p4notewifixx-user 4.4.2 KOT49H N8010XXUDNE4 release-keys"

BUILD_FINGERPRINT := samsung/p4notewifixx/p4notewifiww:4.4.2/KOT49H/N8010XXUDNE4:user/release-keys
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@
        "target_path": "kernel/samsung/smdk4412"
    },
    {
        "repository": "android_device_samsung_n80xx-common",
        "target_path": "device/samsung/n80xx-common"
        "repository": "android_device_samsung_n80xx",
        "target_path": "device/samsung/n80xx"
    },
    {
        "repository": "android_packages_apps_SamsungServiceMode",
+5 −1
Original line number Diff line number Diff line
@@ -22,6 +22,10 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay

# Rootdir
PRODUCT_COPY_FILES += \
    device/samsung/n8010/rootdir/init.target.rc:root/init.target.rc
    $(LOCAL_PATH)/rootdir/init.target.rc:root/init.target.rc \
    $(LOCAL_PATH)/rootdir/init.target.usb.rc:root/init.target.usb.rc

$(call inherit-product-if-exists, vendor/samsung/n8010/n8010-vendor.mk)

# Vendor properties
-include $(LOCAL_PATH)/vendor_prop.mk
 No newline at end of file
Loading