Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5abea933 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Create cc library for vibrator flags" into main

parents 1d58334a 228acb7e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -459,6 +459,13 @@ java_aconfig_library {
    defaults: ["framework-minus-apex-aconfig-java-defaults"],
}

cc_aconfig_library {
    name: "android.os.vibrator.flags-aconfig-cc",
    aconfig_declarations: "android.os.vibrator.flags-aconfig",
    host_supported: true,
    vendor_available: true,
}

// View
aconfig_declarations {
    name: "android.view.flags-aconfig",
+10 −0
Original line number Diff line number Diff line
@@ -31,3 +31,13 @@ flag {
    description: "Enables the adaptive haptics feature"
    bug: "305961689"
}

flag {
    namespace: "haptics"
    name: "fix_audio_coupled_haptics_scaling"
    description: "Fix the audio-coupled haptics scaling to use same function as VibrationEffect"
    bug: "356144312"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}