diff options
| -rw-r--r-- | aicp.dependencies | 27 | ||||
| -rw-r--r-- | aicp.mk | 20 | ||||
| -rw-r--r-- | device.mk | 4 | ||||
| -rw-r--r-- | vendorsetup.sh | 4 |
4 files changed, 49 insertions, 6 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..98b7a8b --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,27 @@ +[ + { + "repository": "AICP/device_asus_fugu-kernel", + "target_path": "device/asus/fugu-kernel", + "branch": "o8.0" + }, + { + "repository": "AICP/proprietary_vendor_asus", + "target_path": "vendor/asus", + "branch": "o8.0" + }, + { + "repository": "AICP/proprietary_vendor_broadcom", + "target_path": "vendor/broadcom", + "branch": "o8.0" + }, + { + "repository": "AICP/proprietary_vendor_google", + "target_path": "vendor/google", + "branch": "o8.0" + }, + { + "repository": "AICP/proprietary_vendor_intel", + "target_path": "vendor/intel", + "branch": "o8.0" + } +] @@ -0,0 +1,20 @@ +# Boot animation +TARGET_SCREEN_HEIGHT := 1080 +TARGET_SCREEN_WIDTH := 1920 + +# Inherit some common AICP stuff. +$(call inherit-product, vendor/aicp/config/common_full_tv.mk) + +# Inherit device configuration +$(call inherit-product, device/asus/fugu/aosp_fugu.mk) + +## Device identifier. This must come after all inclusions +PRODUCT_NAME := aicp_fugu +PRODUCT_BRAND := google +PRODUCT_MODEL := Nexus Player +PRODUCT_MANUFACTURER := Asus + +PRODUCT_BUILD_PROP_OVERRIDES += \ + PRODUCT_NAME=fugu \ + BUILD_FINGERPRINT=google/fugu/fugu:8.0.0/OPR2.170623.027/4397545:user/release-keys \ + PRIVATE_BUILD_DESC="fugu-user 8.0.0 OPR2.170623.027 4397545 release-keys" @@ -116,10 +116,6 @@ PRODUCT_PROPERTY_OVERRIDES += ro.hdmi.set_menu_language=false # Keep secure decoders in mediaserver process PRODUCT_PROPERTY_OVERRIDES += media.stagefright.less-secure=true -# Boot Animation -PRODUCT_COPY_FILES += \ - device/asus/fugu/bootanimation-580-256col.zip:system/media/bootanimation.zip - # Bluetooth PRODUCT_PACKAGES += \ bt_bcm4354 diff --git a/vendorsetup.sh b/vendorsetup.sh index f71d5f1..4a0e9e7 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -14,5 +14,5 @@ # limitations under the License. # -add_lunch_combo full_fugu-userdebug -add_lunch_combo aosp_fugu-userdebug +add_lunch_combo aicp_fugu-userdebug +add_lunch_combo aicp_fugu-eng |
