118ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray#!/bin/bash
218ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray#
318ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray# Copyright (C) 2017 The Android Open Source Project
418ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray#
518ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray# Licensed under the Apache License, Version 2.0 (the "License");
618ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray# you may not use this file except in compliance with the License.
718ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray# You may obtain a copy of the License at
818ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray#
918ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray#     http://www.apache.org/licenses/LICENSE-2.0
1018ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray#
1118ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray# Unless required by applicable law or agreed to in writing, software
1218ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray# distributed under the License is distributed on an "AS IS" BASIS,
1318ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1418ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray# See the License for the specific language governing permissions and
1518ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray# limitations under the License.
1618ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray
1718ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffray# Run without an app image to prevent the classes to be loaded at startup.
1818ea1c9e9281b5c143b8c376d76c3ff9cae885fbNicolas Geoffrayexec ${RUN} "${@}" --no-app-image
19