Anton Hansson | 5559245 | 2019-11-28 11:38:13 +0000 | [diff] [blame] | 1 | // Copyright (C) 2019 The Android Open Source Project |
| 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 | |
Anton Hansson | 2337daf | 2019-12-16 11:47:20 +0000 | [diff] [blame^] | 15 | package { |
| 16 | default_visibility: [":__subpackages__"], |
| 17 | } |
| 18 | |
Anton Hansson | 5559245 | 2019-11-28 11:38:13 +0000 | [diff] [blame] | 19 | apex { |
| 20 | name: "com.android.sdkext", |
| 21 | manifest: "manifest.json", |
Anton Hansson | a82f161 | 2019-11-28 17:15:11 +0000 | [diff] [blame] | 22 | binaries: [ "derive_sdk" ], |
Anton Hansson | 4ec07fa | 2019-11-08 15:18:04 +0000 | [diff] [blame] | 23 | java_libs: [ "framework-sdkext" ], |
Anton Hansson | 1911d7c | 2019-12-05 11:56:08 +0000 | [diff] [blame] | 24 | prebuilts: [ |
| 25 | "com.android.sdkext.ldconfig", |
Anton Hansson | ff172bb | 2019-12-04 16:06:41 +0000 | [diff] [blame] | 26 | "derive_sdk.rc", |
Anton Hansson | 1911d7c | 2019-12-05 11:56:08 +0000 | [diff] [blame] | 27 | ], |
Anton Hansson | 5559245 | 2019-11-28 11:38:13 +0000 | [diff] [blame] | 28 | key: "com.android.sdkext.key", |
| 29 | certificate: ":com.android.sdkext.certificate", |
| 30 | } |
| 31 | |
Anton Hansson | 355000d | 2019-12-06 17:07:45 +0000 | [diff] [blame] | 32 | sdk { |
| 33 | name: "sdkext-sdk", |
| 34 | java_libs: [ "framework-sdkext-stubs-systemapi" ], |
| 35 | } |
| 36 | |
Anton Hansson | 5559245 | 2019-11-28 11:38:13 +0000 | [diff] [blame] | 37 | apex_key { |
| 38 | name: "com.android.sdkext.key", |
| 39 | public_key: "com.android.sdkext.avbpubkey", |
| 40 | private_key: "com.android.sdkext.pem", |
| 41 | } |
| 42 | |
| 43 | android_app_certificate { |
| 44 | name: "com.android.sdkext.certificate", |
| 45 | certificate: "com.android.sdkext", |
| 46 | } |
Anton Hansson | a82f161 | 2019-11-28 17:15:11 +0000 | [diff] [blame] | 47 | |
| 48 | prebuilt_etc { |
| 49 | name: "com.android.sdkext.ldconfig", |
| 50 | src: "ld.config.txt", |
| 51 | filename: "ld.config.txt", |
| 52 | installable: false, |
| 53 | } |