Migrate pullBatteryLevel

Bug: 145565890
Test: adb shell cmd stats pull-source 10043
Test: atest HostAtomTests#testBatteryLevel
Test: atest HostAtomTests#testBatteryLevelChangedAtom
Change-Id: I91d3a6291f368061c76116c039f9185a9f56de2c
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto
index 0906b35..fa307bda9d 100644
--- a/cmds/statsd/src/atoms.proto
+++ b/cmds/statsd/src/atoms.proto
@@ -436,7 +436,7 @@
         DeviceCalculatedPowerBlameOther device_calculated_power_blame_other =
                 10041 [(module) = "framework"];
         ProcessMemoryHighWaterMark process_memory_high_water_mark = 10042 [(module) = "framework"];
-        BatteryLevel battery_level = 10043;
+        BatteryLevel battery_level = 10043 [(module) = "framework"];
         BuildInformation build_information = 10044 [(module) = "framework"];
         BatteryCycleCount battery_cycle_count = 10045;
         DebugElapsedClock debug_elapsed_clock = 10046 [(module) = "framework"];