diff options
| author | 2016-12-19 20:45:48 +0000 | |
|---|---|---|
| committer | 2016-12-19 20:45:48 +0000 | |
| commit | 761460ee545a59e8c4dd52c906ee11e41dc2c037 (patch) | |
| tree | 9593aa1c4af4849735b75b21fad7d545c246cd40 | |
| parent | 263cc99a5f7a2cc81094e18b08eaa66ceed3dd1b (diff) | |
| parent | b71da27602c1c00efe03d77cf15faba9182822a6 (diff) | |
Merge "Revert "Fix 616-cha assumptions.""
| -rw-r--r-- | test/616-cha/run | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/616-cha/run b/test/616-cha/run deleted file mode 100644 index 9c64c7dc66..0000000000 --- a/test/616-cha/run +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -# -# Copyright (C) 2016 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. - -# Run without an app image to prevent the classes to be loaded at startup. -exec ${RUN} "${@}" --no-app-image |