Add 'update-payload-extractor/' from commit '4632cf0a0a6db27cce20c25cb40fc469a2c8e9aa'
https://github.com/gmrt/update_payload_extractor git-subtree-dir: update-payload-extractor git-subtree-mainline:9a231bd70bgit-subtree-split:4632cf0a0aChange-Id: I9ae25d32a7e9aa6664309e8b916811844d0cac50
This commit is contained in:
22
update-payload-extractor/update_payload/__init__.py
Normal file
22
update-payload-extractor/update_payload/__init__.py
Normal file
@@ -0,0 +1,22 @@
|
||||
#
|
||||
# Copyright (C) 2013 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
"""Library for processing, verifying and applying Chrome OS update payloads."""
|
||||
|
||||
# Just raise the interface classes to the root namespace.
|
||||
from update_payload.checker import CHECKS_TO_DISABLE
|
||||
from update_payload.error import PayloadError
|
||||
from update_payload.payload import Payload
|
||||
Reference in New Issue
Block a user