Commit 58f69f59 authored by SnowCatPDA's avatar SnowCatPDA
Browse files

UPDATE

parent d302b76c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3,9 +3,6 @@ TARGET_BOARD_PLATFORM := mt6735m
# Enable non DEODEX build
#WITH_DEXPREOPT := true

# Include an expanded selection of fonts
#EXTENDED_FONT_FOOTPRINT := true

# Use the non-open-source part, if present
-include vendor/DOOGEE/X5PRO/BoardConfigVendor.mk

+3 −4
Original line number Diff line number Diff line
@@ -125,7 +125,6 @@ MTK_ALPS_BOX_DONGLE_SUPPORT = no
MTK_ALPS_BOX_SUPPORT = no
MTK_ALPS_BOX_TVE_SUPPORT = no
MTK_ANDROIDFACTORYMODE_APP = yes
MTK_ANTIBRICKING_LEVEL = 2
MTK_ANTIBRICKING_LEVEL = 0
MTK_ANT_SUPPORT = no
MTK_API_CHECK = yes
@@ -293,7 +292,7 @@ MTK_DM_RELEASE = no
MTK_DOCOMO_SUPPORT = no
MTK_DOLBY_DAP_SUPPORT = no
MTK_DP_FRAMEWORK = yes
MTK_DRM_APP = no
MTK_DRM_APP = yes
MTK_DRM_KEY_MNG_SUPPORT = no
MTK_DRM_PLAYREADY_SUPPORT = no
MTK_DSPIRDBG = no
@@ -357,7 +356,7 @@ MTK_FOTA_RELEASE = no
MTK_FOTA_SUPPORT = no
MTK_FSCK_MSDOS_MTK = no
MTK_FSCK_TUNE = no
MTK_FW_UPGRADE = yes
MTK_FW_UPGRADE = no
MTK_FW_UPGRADE_APP = no
MTK_GALLERY_VIDEOPLAYER_APP = no
MTK_GAMELOFT_ASPHALTINJECTION_APP = no
@@ -385,7 +384,7 @@ MTK_GPS_CHIP = MTK_GPS_MT6735
MTK_GPS_SUPPORT = yes
MTK_GPT_SCHEME_SUPPORT = yes
MTK_GPU_SUPPORT = yes
MTK_HAC_SUPPORT = no
MTK_HAC_SUPPORT = yes
MTK_HANDSFREE_DMNR_SUPPORT = yes
MTK_HDMI_HDCP_SUPPORT = no
MTK_HDMI_SUPPORT = no
+23 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- Defines the default set of global actions. Actions may still be disabled or hidden based
         on the current state of the device.
         Each item must be one of the following strings:
         "power" = Power off
         "settings" = An action to launch settings
         "airplane" = Airplane mode toggle
         "bugreport" = Take bug report, if available
         "silent" = silent mode
         "users" = list of users
         -->
    <string-array translatable="false" name="config_globalActionsList">
        <item>power</item>
	<item>reboot</item>
        <item>bugreport</item>
        <item>users</item>
    </string-array>


</resources>
+12 −10
Original line number Diff line number Diff line
@@ -2,22 +2,24 @@
# GAPPS apps
GAPPS_VARIANT := pico
PRODUCT_PACKAGES += \
                    PrebuiltGmail \
                    GoogleTTS \
                    GoogleHome \
                    PrebuiltDeskClockGoogle \
                    CalendarGooglePrebuilt \
                    LatinImeGoogle \
                    Chrome \
                    Music2 \
                    Music2 \
                    Newsstand \
                    YouTube
                    Chrome

PRODUCT_PACKAGES += \
                    Maps \
                    Drive \
                    TranslatePrebuilt
ifneq ($(WITH_DEXPREOPT), yes)

#PRODUCT_PACKAGES += \
#                    YouTube
#                    Maps \
#                    PrebuiltGmail \
#                    Newsstand \
#                    Music2 \
#                    Drive \
#                    TranslatePrebuilt
endif

#                    WebViewGoogle \
#                    GoogleEarth \
+15 −15
Original line number Diff line number Diff line
@@ -82,79 +82,79 @@ Only the three quirks included above are recognized at this point:
            <Limit name="size" min="16x16" max="1920x1088" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.DECODER.HEVC" type="video/hevc" >
            <Limit name="size" min="64x64" max="1280x720" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Feature name="adaptive-playback"/>
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.DECODER.MPEG4" type="video/mp4v-es" >
            <Limit name="size" min="16x16" max="1920x1088" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Feature name="adaptive-playback"/>
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.DECODER.H263" type="video/3gpp" >
            <Limit name="size" min="16x16" max="1920x1088" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Feature name="adaptive-playback"/>
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.DECODER.AVC" type="video/avc" >
            <Limit name="size" min="64x64" max="1920x1088" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Feature name="adaptive-playback"/>
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.DECODER.VPX" type="video/x-vnd.on2.vp8" >
            <Limit name="size" min="16x16" max="1280x720" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Feature name="adaptive-playback"/>
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.DECODER.VP9" type="video/x-vnd.on2.vp9" >
            <Limit name="size" min="16x16" max="1280x720" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Feature name="adaptive-playback"/>
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.DECODER.VC1" type="video/x-ms-wmv" >
            <Limit name="size" min="16x16" max="1920x1088" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.DECODER.DIVX" type="video/divx" >
            <Limit name="size" min="16x16" max="1920x1088" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.DECODER.DIVX3" type="video/divx3" >
            <Limit name="size" min="16x16" max="1920x1088" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>        
        <MediaCodec name="OMX.MTK.VIDEO.DECODER.XVID" type="video/xvid" >
            <Limit name="size" min="16x16" max="1920x1088" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.DECODER.S263" type="video/flv1" >
            <Limit name="size" min="16x16" max="1920x1088" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
    </Decoders>

@@ -165,7 +165,7 @@ Only the three quirks included above are recognized at this point:
            <Limit name="block-size" value="16x16" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.ENCODER.H263" type="video/3gpp" >
            <Limit name="size" min="176x144" max="176x144" />
@@ -173,7 +173,7 @@ Only the three quirks included above are recognized at this point:
            <Limit name="block-size" value="16x16" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
        <MediaCodec name="OMX.MTK.VIDEO.ENCODER.AVC" type="video/avc" >
            <Limit name="size" min="64x64" max="720x480" />
@@ -181,7 +181,7 @@ Only the three quirks included above are recognized at this point:
            <Limit name="block-size" value="16x16" />
            <Quirk name="requires-allocate-on-input-ports" />
            <Quirk name="requires-allocate-on-output-ports" />
            <Limit name="concurrent-instances" max="20" />
            <Limit name="concurrent-instances" max="12" />
        </MediaCodec>
    </Encoders>
</Included>
Loading