Skip to content

Commit

Permalink
j8y18lte: adapt changes for PixelExperience https://github.com/PixelE…
Browse files Browse the repository at this point in the history
…xperience/manifest

Signed-off-by: Ayush <ayushbisht5663@gmail.com>
  • Loading branch information
goldfish07 committed Nov 15, 2022
1 parent af50538 commit 93c89f9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
8 changes: 4 additions & 4 deletions AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# limitations under the License.

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_j8y18lte.mk
$(LOCAL_DIR)/aosp_j8y18lte.mk


COMMON_LUNCH_CHOICES := \
lineage_j8y18lte-userdebug \
lineage_j8y18lte-eng \
lineage_j8y18lte-user
aosp_j8y18lte-userdebug \
aosp_j8y18lte-eng \
aosp_j8y18lte-user
File renamed without changes.
13 changes: 10 additions & 3 deletions lineage_j8y18lte.mk → aosp_j8y18lte.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,18 @@ $(call inherit-product, $(LOCAL_PATH)/device.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o_mr1.mk)

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

# Bootanimation
TARGET_BOOT_ANIMATION_RES := 1080

# Gapps
TARGET_GAPPS_ARCH := arm
IS_PHONE := true

# Set those variables here to overwrite the inherited values.
PRODUCT_NAME := lineage_j8y18lte
PRODUCT_NAME := aosp_j8y18lte
PRODUCT_DEVICE := j8y18lte
PRODUCT_MODEL := SM-J810G
PRODUCT_BRAND := samsung
Expand Down

0 comments on commit 93c89f9

Please sign in to comment.