Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d566007 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "record-finalized-flags: introduce new tool" into main am: fc75653c

parents a2e3d199 fc75653c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
sh_binary_host {
    name: "record-finalized-flags",
    src: "record-finalized-flags.sh",
}
+1 −0
Original line number Diff line number Diff line
include platform/frameworks/base:/SDK_OWNERS
+18 −0
Original line number Diff line number Diff line
#!/bin/bash -e
#
# Copyright 2024 Google Inc. All rights reserved.
#
# 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.

# TODO: implement this tool
echo "record-finalized-flags.sh $*"