blob: 87bee658716a8dc74da6c8da5001bceba0e20ed4 [file] [log] [blame]
Jayant Chowdharyea86c042018-01-25 12:07:55 -08001#!/bin/bash -ex
2
Logan Chien64c02b52019-09-05 14:07:23 -07003# Copyright 2019 Google Inc. All rights reserved.
Logan Chienee954192018-10-04 10:52:41 +08004#
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
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# 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 and
15# limitations under the License.
16
Logan Chien64c02b52019-09-05 14:07:23 -070017TOP="$(cd "$(dirname "$0")/../.."; pwd)"
Logan Chienfd2d41e2018-10-12 15:59:31 +080018
Logan Chien64c02b52019-09-05 14:07:23 -070019exec \
20 "${TOP}/development/vndk/tools/header-checker/android/build-prebuilts.sh" \
21 "$@"