Snap for 8078460 from ef8d43ddeb
to tm-release
Change-Id: Id5140511b29bf11831723c582b1f4bd4393b7aec
This commit is contained in:
commit
d7e74dadd9
7 changed files with 168 additions and 15 deletions
|
@ -21,6 +21,3 @@ PRODUCT_DEVICE := slider
|
||||||
PRODUCT_MODEL := AOSP on Slider
|
PRODUCT_MODEL := AOSP on Slider
|
||||||
PRODUCT_BRAND := Android
|
PRODUCT_BRAND := Android
|
||||||
PRODUCT_MANUFACTURER := Google
|
PRODUCT_MANUFACTURER := Google
|
||||||
|
|
||||||
# Most sliders don't have dauntless chip, set it as default
|
|
||||||
BOARD_WITHOUT_DTLS := true
|
|
||||||
|
|
|
@ -227,6 +227,88 @@
|
||||||
non-zero amplitudes, to bring the vibrator amplitude down to zero using this timing. -->
|
non-zero amplitudes, to bring the vibrator amplitude down to zero using this timing. -->
|
||||||
<integer name="config_vibrationWaveformRampDownDuration">50</integer>
|
<integer name="config_vibrationWaveformRampDownDuration">50</integer>
|
||||||
|
|
||||||
|
<!-- A vibration waveform for notifications that specify DEFAULT_VIBRATE.
|
||||||
|
This value is a float array with values grouped as
|
||||||
|
{ targetAmplitude (within [0,1]), targetFrequency (in hertz), duration (in milliseconds) }
|
||||||
|
This is only applied on devices with vibration frequency control. If the device doesn't
|
||||||
|
support frequency control, then the vibration specified in
|
||||||
|
config_defaultNotificationVibePattern is used instead.
|
||||||
|
-->
|
||||||
|
<array name="config_defaultNotificationVibeWaveform">
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>0.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
</array>
|
||||||
|
|
||||||
|
<!-- A vibration waveform for notifications that do not specify vibration but vibrate anyway,
|
||||||
|
because the device is in vibrate mode. This value is a float array with values grouped as
|
||||||
|
{ targetAmplitude (within [0,1]), targetFrequency (in hertz), duration (in milliseconds) }
|
||||||
|
This is only applied on devices with vibration frequency control. If the device doesn't
|
||||||
|
support frequency control, then the vibration specified in
|
||||||
|
config_notificationFallbackVibePattern is used instead.
|
||||||
|
-->
|
||||||
|
<array name="config_notificationFallbackVibeWaveform">
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>0.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>50.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>50.0</item>
|
||||||
|
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>50.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>50.0</item>
|
||||||
|
</array>
|
||||||
|
|
||||||
<!-- the number of the max cached processes in the system. -->
|
<!-- the number of the max cached processes in the system. -->
|
||||||
<integer name="config_customizedMaxCachedProcesses">64</integer>
|
<integer name="config_customizedMaxCachedProcesses">64</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -195,6 +195,88 @@
|
||||||
non-zero amplitudes, to bring the vibrator amplitude down to zero using this timing. -->
|
non-zero amplitudes, to bring the vibrator amplitude down to zero using this timing. -->
|
||||||
<integer name="config_vibrationWaveformRampDownDuration">50</integer>
|
<integer name="config_vibrationWaveformRampDownDuration">50</integer>
|
||||||
|
|
||||||
|
<!-- A vibration waveform for notifications that specify DEFAULT_VIBRATE.
|
||||||
|
This value is a float array with values grouped as
|
||||||
|
{ targetAmplitude (within [0,1]), targetFrequency (in hertz), duration (in milliseconds) }
|
||||||
|
This is only applied on devices with vibration frequency control. If the device doesn't
|
||||||
|
support frequency control, then the vibration specified in
|
||||||
|
config_defaultNotificationVibePattern is used instead.
|
||||||
|
-->
|
||||||
|
<array name="config_defaultNotificationVibeWaveform">
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>0.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
</array>
|
||||||
|
|
||||||
|
<!-- A vibration waveform for notifications that do not specify vibration but vibrate anyway,
|
||||||
|
because the device is in vibrate mode. This value is a float array with values grouped as
|
||||||
|
{ targetAmplitude (within [0,1]), targetFrequency (in hertz), duration (in milliseconds) }
|
||||||
|
This is only applied on devices with vibration frequency control. If the device doesn't
|
||||||
|
support frequency control, then the vibration specified in
|
||||||
|
config_notificationFallbackVibePattern is used instead.
|
||||||
|
-->
|
||||||
|
<array name="config_notificationFallbackVibeWaveform">
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>0.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>50.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>50.0</item>
|
||||||
|
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>50.0</item>
|
||||||
|
|
||||||
|
<item>0.4</item>
|
||||||
|
<item>120.0</item>
|
||||||
|
<item>100.0</item>
|
||||||
|
|
||||||
|
<item>0.0</item>
|
||||||
|
<item>60.0</item>
|
||||||
|
<item>50.0</item>
|
||||||
|
</array>
|
||||||
|
|
||||||
<!-- Height of the status bar.
|
<!-- Height of the status bar.
|
||||||
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -12,6 +12,4 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
LOCAL_STEM := oriole/BoardConfigPartial.mk
|
-include vendor/google_devices/oriole/BoardConfigPartial.mk
|
||||||
|
|
||||||
-include vendor/google_devices/$(LOCAL_STEM)
|
|
||||||
|
|
|
@ -12,6 +12,4 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
LOCAL_STEM := oriole/device-partial.mk
|
$(call inherit-product-if-exists, vendor/google_devices/oriole/BoardConfigPartial.mk)
|
||||||
|
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))
|
|
||||||
|
|
|
@ -12,6 +12,4 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
LOCAL_STEM := raven/BoardConfigPartial.mk
|
-include vendor/google_devices/raven/BoardConfigPartial.mk
|
||||||
|
|
||||||
-include vendor/google_devices/$(LOCAL_STEM)
|
|
||||||
|
|
|
@ -12,6 +12,4 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
LOCAL_STEM := raven/device-partial.mk
|
$(call inherit-product-if-exists, vendor/google_devices/raven/device-partial.mk)
|
||||||
|
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue