ejz | b1db86e | 2020-03-03 16:21:32 -0800 | [diff] [blame] | 1 | // Copyright (C) 2020 Google Inc. |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
| 15 | android_test_helper_app { |
| 16 | name: "IncrementalTestAppDynamicAsset", |
| 17 | sdk_version: "current", |
| 18 | test_suites: [ |
| 19 | "general-tests", |
| 20 | ], |
| 21 | v4_signature: true, |
| 22 | export_package_resources: true, |
| 23 | aapt_include_all_resources: true, |
| 24 | libs: ["IncrementalTestApp"], |
| 25 | aaptflags: [ |
| 26 | "--rename-manifest-package android.incrementalinstall.incrementaltestapp", |
| 27 | "--package-id 0x80", |
| 28 | ], |
| 29 | } |