Move more non-AB code to separate files

non-AB has different lifetime and development cycles from AB. To avoid
accidentally breaking each other when making changes, put non-AB code in
its own files.

Test: local non-AB OTA generation
Bug: 296485685

Merged-In: I0736ecef343834c746464666a454a8bfcd4a20ea

Change-Id: I0736ecef343834c746464666a454a8bfcd4a20ea
This commit is contained in:
Kelvin Zhang
2023-10-27 13:27:07 -07:00
parent 4fd3b11018
commit 513b86e5c2
8 changed files with 1260 additions and 1237 deletions

View File

@@ -31,7 +31,6 @@ import sys
import zipfile
import common
from apex_manifest import ParseApexManifest
logger = logging.getLogger(__name__)