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/common.py b/scripts/update_payload/common.py
index 7c6ec8f..7139f6f 100644
--- a/scripts/update_payload/common.py
+++ b/scripts/update_payload/common.py
@@ -21,7 +21,7 @@
import base64
-from update_payload import update_metadata_pb2
+import update_metadata_pb2
from update_payload.error import PayloadError