Skip to content

Commit

Permalink
poplar: Inherit product api level makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
derfelot committed Jan 29, 2020
1 parent a1445d1 commit 1407415
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lineage_poplar.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# Inherit device configuration
$(call inherit-product, device/sony/poplar/device.mk)

# Product API level
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o.mk)

### BOOTANIMATION
# vendor/lineage/config/common_full_phone.mk
TARGET_SCREEN_HEIGHT := 1920
Expand Down

0 comments on commit 1407415

Please sign in to comment.