Skip to content

Commit

Permalink
E2M: Change EVW to E2M
Browse files Browse the repository at this point in the history
  • Loading branch information
bluehomewu committed Mar 10, 2021
1 parent af7418e commit 766ee8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions omni_E2M.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ $(call inherit-product-if-exists, $(SRC_TARGET_DIR)/product/embedded.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)

# Inherit from EVW device
$(call inherit-product, device/fih/EVW/device.mk)
# Inherit from E2M device
$(call inherit-product, device/fih/E2M/device.mk)

# Inherit some common Omni stuff.
$(call inherit-product, vendor/omni/config/common.mk)
$(call inherit-product, vendor/omni/config/gsm.mk)

# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := EVW
PRODUCT_NAME := omni_EVW
PRODUCT_DEVICE := E2M
PRODUCT_NAME := omni_E2M
PRODUCT_BRAND := FIH
PRODUCT_MODEL := E2M
PRODUCT_MANUFACTURER := fih
Expand Down

0 comments on commit 766ee8d

Please # to comment.