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

Commit 38e65b76 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Create cc library for vibrator flags" into main am: 5abea933

parents 0a9da6f3 5abea933
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
    }
}