Skip to content

Commit

Permalink
eqs: Adapt For PixelOS
Browse files Browse the repository at this point in the history
  • Loading branch information
davigamer987 committed Jun 15, 2023
1 parent b962856 commit b86a845
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
8 changes: 4 additions & 4 deletions AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_eqs.mk
$(LOCAL_DIR)/aosp_eqs.mk

COMMON_LUNCH_CHOICES := \
lineage_eqs-user \
lineage_eqs-userdebug \
lineage_eqs-eng
aosp_eqs-user \
aosp_eqs-userdebug \
aosp_eqs-eng
File renamed without changes.
6 changes: 3 additions & 3 deletions lineage_eqs.mk → aosp_eqs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from eqs device
$(call inherit-product, device/motorola/eqs/device.mk)

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

PRODUCT_NAME := lineage_eqs
PRODUCT_NAME := aosp_eqs
PRODUCT_DEVICE := eqs
PRODUCT_MANUFACTURER := motorola
PRODUCT_BRAND := motorola
Expand Down
6 changes: 6 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
# limitations under the License.
#

PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.camera.privapp.list=com.motorola.camera3

PRODUCT_SYSTEM_EXT_PROPERTIES += \
persist.vendor.camera.privapp.list=com.motorola.camera3

# Boot animation
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080
Expand Down
2 changes: 2 additions & 0 deletions system.prop
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Google
ro.opa.device_model_id=motorola-eqs
ro.opa.eligible_device=true
persist.vendor.camera.privapp.list=com.motorola.camera3

0 comments on commit b86a845

Please sign in to comment.