Update regulation e-label for JPN SKU of Bramble am: 7a390eaa89 am: 6b4b26d7c2

Original change: https://googleplex-android-review.googlesource.com/c/device/google/bramble/+/12168006

Change-Id: I97ea8bac597b8626a18cbcc0687fc1f17455894b
diff --git a/vibrator/drv2624/Vibrator.cpp b/vibrator/drv2624/Vibrator.cpp
index ec3e5d4..8129dcf 100644
--- a/vibrator/drv2624/Vibrator.cpp
+++ b/vibrator/drv2624/Vibrator.cpp
@@ -59,8 +59,8 @@
 static constexpr char WAVEFORM_HEAVY_CLICK_EFFECT_SEQ[] = "4 0";
 
 // UT team design those target G values
-static constexpr std::array<float, 5> EFFECT_TARGET_G = {0.19, 0.30, 0.39, 0.59, 0.75};
-static constexpr std::array<float, 3> STEADY_TARGET_G = {1.5, 1.145, 0.57};
+static constexpr std::array<float, 5> EFFECT_TARGET_G = {0.19, 0.30, 0.39, 0.66, 0.75};
+static constexpr std::array<float, 3> STEADY_TARGET_G = {1.5, 1.145, 0.82};
 
 struct SensorContext {
     ASensorEventQueue *queue;