Changeset 1bf25cc in mainline
- Timestamp:
- 2022-08-13T12:33:44Z (2 years ago)
- Children:
- 7871c69
- Parents:
- 5d7a247
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2022-08-13 12:33:38)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2022-08-13 12:33:44)
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/deploy/hikey960/mkfastboot
r5d7a247 r1bf25cc 1 1 #!/usr/bin/env python 2 3 # Copyright 2015, The Android Open Source Project4 2 # 5 # Licensed under the Apache License, Version 2.0 (the "License"); 6 # you may not use this file except in compliance with the License. 7 # You may obtain a copy of the License at 3 # SPDX-FileCopyrightText: 2015 The Android Open Source Project 8 4 # 9 # http://www.apache.org/licenses/LICENSE-2.05 # SPDX-License-Identifier: Apache-2.0 10 6 # 11 # Unless required by applicable law or agreed to in writing, software12 # distributed under the License is distributed on an "AS IS" BASIS,13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.14 # See the License for the specific language governing permissions and15 # limitations under the License.16 7 17 8 from __future__ import print_function
Note:
See TracChangeset
for help on using the changeset viewer.