diff --git a/aosp_slider.mk b/aosp_slider.mk index 29351f5..101896f 100644 --- a/aosp_slider.mk +++ b/aosp_slider.mk @@ -21,6 +21,3 @@ PRODUCT_DEVICE := slider PRODUCT_MODEL := AOSP on Slider PRODUCT_BRAND := Android PRODUCT_MANUFACTURER := Google - -# Most sliders don't have dauntless chip, set it as default -BOARD_WITHOUT_DTLS := true diff --git a/oriole/overlay/frameworks/base/core/res/res/values/config.xml b/oriole/overlay/frameworks/base/core/res/res/values/config.xml index f2bc440..cafb93d 100644 --- a/oriole/overlay/frameworks/base/core/res/res/values/config.xml +++ b/oriole/overlay/frameworks/base/core/res/res/values/config.xml @@ -227,6 +227,88 @@ non-zero amplitudes, to bring the vibrator amplitude down to zero using this timing. --> 50 + + + 0.0 + 60.0 + 0.0 + + 0.4 + 120.0 + 100.0 + + 0.4 + 120.0 + 100.0 + + 0.0 + 60.0 + 100.0 + + 0.0 + 60.0 + 100.0 + + 0.4 + 120.0 + 100.0 + + 0.4 + 120.0 + 100.0 + + 0.0 + 60.0 + 100.0 + + + + + 0.0 + 60.0 + 0.0 + + 0.4 + 120.0 + 50.0 + + 0.4 + 120.0 + 100.0 + + 0.0 + 60.0 + 50.0 + + 0.0 + 60.0 + 100.0 + + 0.4 + 120.0 + 50.0 + + 0.4 + 120.0 + 100.0 + + 0.0 + 60.0 + 50.0 + + 64 diff --git a/raven/overlay/frameworks/base/core/res/res/values/config.xml b/raven/overlay/frameworks/base/core/res/res/values/config.xml index c68e625..9c9e945 100644 --- a/raven/overlay/frameworks/base/core/res/res/values/config.xml +++ b/raven/overlay/frameworks/base/core/res/res/values/config.xml @@ -195,6 +195,88 @@ non-zero amplitudes, to bring the vibrator amplitude down to zero using this timing. --> 50 + + + 0.0 + 60.0 + 0.0 + + 0.4 + 120.0 + 100.0 + + 0.4 + 120.0 + 100.0 + + 0.0 + 60.0 + 100.0 + + 0.0 + 60.0 + 100.0 + + 0.4 + 120.0 + 100.0 + + 0.4 + 120.0 + 100.0 + + 0.0 + 60.0 + 100.0 + + + + + 0.0 + 60.0 + 0.0 + + 0.4 + 120.0 + 50.0 + + 0.4 + 120.0 + 100.0 + + 0.0 + 60.0 + 50.0 + + 0.0 + 60.0 + 100.0 + + 0.4 + 120.0 + 50.0 + + 0.4 + 120.0 + 100.0 + + 0.0 + 60.0 + 50.0 + + diff --git a/self-extractors_oriole/root/proprietary/BoardConfigVendor.mk b/self-extractors_oriole/root/proprietary/BoardConfigVendor.mk index fa00b92..a632ec4 100644 --- a/self-extractors_oriole/root/proprietary/BoardConfigVendor.mk +++ b/self-extractors_oriole/root/proprietary/BoardConfigVendor.mk @@ -12,6 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -LOCAL_STEM := oriole/BoardConfigPartial.mk - --include vendor/google_devices/$(LOCAL_STEM) +-include vendor/google_devices/oriole/BoardConfigPartial.mk diff --git a/self-extractors_oriole/root/proprietary/device-vendor.mk b/self-extractors_oriole/root/proprietary/device-vendor.mk index aa3ae50..2c4443b 100644 --- a/self-extractors_oriole/root/proprietary/device-vendor.mk +++ b/self-extractors_oriole/root/proprietary/device-vendor.mk @@ -12,6 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -LOCAL_STEM := oriole/device-partial.mk - -$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM)) +$(call inherit-product-if-exists, vendor/google_devices/oriole/BoardConfigPartial.mk) diff --git a/self-extractors_raven/root/proprietary/BoardConfigVendor.mk b/self-extractors_raven/root/proprietary/BoardConfigVendor.mk index 25a880e..6e788fc 100644 --- a/self-extractors_raven/root/proprietary/BoardConfigVendor.mk +++ b/self-extractors_raven/root/proprietary/BoardConfigVendor.mk @@ -12,6 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -LOCAL_STEM := raven/BoardConfigPartial.mk - --include vendor/google_devices/$(LOCAL_STEM) +-include vendor/google_devices/raven/BoardConfigPartial.mk diff --git a/self-extractors_raven/root/proprietary/device-vendor.mk b/self-extractors_raven/root/proprietary/device-vendor.mk index 4877f39..2be1993 100644 --- a/self-extractors_raven/root/proprietary/device-vendor.mk +++ b/self-extractors_raven/root/proprietary/device-vendor.mk @@ -12,6 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -LOCAL_STEM := raven/device-partial.mk - -$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM)) +$(call inherit-product-if-exists, vendor/google_devices/raven/device-partial.mk)