Make scripts/update_payload available for other python modules
The new merge_ota tool will need this module to read/write OTA packages
Test: th
Bug: 227848550
Change-Id: Ibfe2fca65ffbaca939ea3f8ca924c9152e5e7540
diff --git a/scripts/update_payload/checker.py b/scripts/update_payload/checker.py
index 56a9370..44b6811 100644
--- a/scripts/update_payload/checker.py
+++ b/scripts/update_payload/checker.py
@@ -42,7 +42,7 @@
from update_payload import error
from update_payload import format_utils
from update_payload import histogram
-from update_payload import update_metadata_pb2
+import update_metadata_pb2
#
# Constants.