Commit 3bae2de1 authored by Blaster4385's avatar Blaster4385
Browse files

nicky: PixelBlaster bringup

- Rename makefiles
- Build correct power service
parent 894008f7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@
#

PRODUCT_MAKEFILES := \
    $(LOCAL_DIR)/lineage_nicky.mk
    $(LOCAL_DIR)/aosp_nicky.mk

COMMON_LUNCH_CHOICES := \
    lineage_nicky-user \
    lineage_nicky-userdebug \
    lineage_nicky-eng
    aosp_nicky-user \
    aosp_nicky-userdebug \
    aosp_nicky-eng
+2 −0
Original line number Diff line number Diff line
@@ -73,6 +73,8 @@ BOARD_KERNEL_SEPARATED_DTBO := true
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
TARGET_KERNEL_SOURCE := kernel/oplus/sdm710
TARGET_KERNEL_CONFIG := sdm670-perf_defconfig
TARGET_KERNEL_CLANG_COMPILE := true
#TARGET_KERNEL_CLANG_VERSION := proton

# Partitions
BOARD_FLASH_BLOCK_SIZE := 262144 # (BOARD_KERNEL_PAGESIZE * 64)
+0 −0

File moved.

+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)

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

# Inherit from nicky device
$(call inherit-product, device/oplus/nicky/device.mk)

PRODUCT_NAME := lineage_nicky
PRODUCT_NAME := aosp_nicky
PRODUCT_DEVICE := nicky
PRODUCT_MANUFACTURER := oplus
PRODUCT_BRAND := realme
+1 −1
Original line number Diff line number Diff line
@@ -315,7 +315,7 @@ PRODUCT_PACKAGES += \

# Power
PRODUCT_PACKAGES += \
    android.hardware.power-service-qti \
    android.hardware.power-service \
    android.hardware.power@1.2.vendor \
    vendor.qti.hardware.perf@2.2.vendor