mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
RR-fy - Get Resurrected
This commit is contained in:
parent
124477dcb1
commit
e9d7453f01
4 changed files with 21 additions and 10 deletions
|
@ -1,2 +1,2 @@
|
|||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/lineage_deb.mk
|
||||
$(LOCAL_DIR)/rr_deb.mk
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[
|
||||
{
|
||||
"repository": "android_device_asus_flo",
|
||||
"target_path": "device/asus/flo"
|
||||
}
|
||||
]
|
|
@ -303,6 +303,23 @@
|
|||
config to 7. -->
|
||||
<integer name="config_deviceHardwareWakeKeys">64</integer>
|
||||
|
||||
<!-- All the capabilities of the LEDs on this device, stored as a bit field.
|
||||
This integer should equal the sum of the corresponding value for each
|
||||
of the following capabilities present:
|
||||
LIGHTS_RGB_NOTIFICATION_LED = 1
|
||||
LIGHTS_RGB_BATTERY_LED = 2
|
||||
LIGHTS_MULTIPLE_NOTIFICATION_LED = 4
|
||||
LIGHTS_PULSATING_LED = 8
|
||||
LIGHTS_SEGMENTED_BATTERY_LED = 16
|
||||
LIGHTS_ADJUSTABLE_NOTIFICATION_LED_BRIGHTNESS = 32
|
||||
For example, a device support pulsating, RGB notification and
|
||||
battery LEDs would set this config to 11. -->
|
||||
<integer name="config_deviceLightCapabilities">8</integer>
|
||||
|
||||
<!-- Indicate whether encryption causes significant performances loss.
|
||||
This MUST NOT be set to true on devices produced in 2016 or later -->
|
||||
<bool name="config_trustLegacyEncryption">true</bool>
|
||||
|
||||
<!-- enable doze powersaving mode -->
|
||||
<bool name="config_enableAutoPowerModes">true</bool>
|
||||
|
||||
|
|
|
@ -5,10 +5,10 @@ TARGET_SCREEN_WIDTH := 1200
|
|||
TARGET_BOOTANIMATION_HALF_RES := true
|
||||
|
||||
# Inherit some common CM stuff.
|
||||
$(call inherit-product, vendor/lineage/config/common_mini_tablet_wifionly.mk)
|
||||
$(call inherit-product, vendor/rr/config/common_mini_tablet_wifionly.mk)
|
||||
|
||||
# Inherit telephony stuff
|
||||
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
||||
$(call inherit-product, vendor/rr/config/telephony.mk)
|
||||
|
||||
# Inherit from the common Open Source product configuration
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
||||
|
@ -19,7 +19,7 @@ $(call inherit-product-if-exists, vendor/asus/deb/device-vendor.mk)
|
|||
|
||||
## Device identifier. This must come after all inclusions
|
||||
PRODUCT_DEVICE := deb
|
||||
PRODUCT_NAME := lineage_deb
|
||||
PRODUCT_NAME := rr_deb
|
||||
PRODUCT_BRAND := google
|
||||
PRODUCT_MODEL := Nexus 7
|
||||
PRODUCT_MANUFACTURER := asus
|
Loading…
Reference in a new issue