Rashed Abdel-Tawab | 703249a | 2018-08-09 16:47:40 -0700 | [diff] [blame] | 1 | // |
Michael Bestas | abce3bd | 2020-05-06 20:50:07 +0300 | [diff] [blame] | 2 | // Copyright (C) 2018-2020 The LineageOS Project |
Rashed Abdel-Tawab | 703249a | 2018-08-09 16:47:40 -0700 | [diff] [blame] | 3 | // |
| 4 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | // you may not use this file except in compliance with the License. |
| 6 | // You may obtain a copy of the License at |
| 7 | // |
| 8 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | // |
| 10 | // Unless required by applicable law or agreed to in writing, software |
| 11 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | // See the License for the specific language governing permissions and |
| 14 | // limitations under the License. |
| 15 | // |
| 16 | |
| 17 | android_app { |
Sam Mortimer | e8814c5 | 2019-09-05 14:07:27 -0700 | [diff] [blame] | 18 | name: "LineageSettingsProvider", |
Rashed Abdel-Tawab | 703249a | 2018-08-09 16:47:40 -0700 | [diff] [blame] | 19 | srcs: ["src/**/*.java"], |
| 20 | resource_dirs: ["res"], |
| 21 | |
Rashed Abdel-Tawab | 703249a | 2018-08-09 16:47:40 -0700 | [diff] [blame] | 22 | certificate: "platform", |
| 23 | privileged: true, |
Sam Mortimer | 93abc79 | 2020-09-12 00:06:03 -0700 | [diff] [blame] | 24 | platform_apis: true, |
Rashed Abdel-Tawab | 703249a | 2018-08-09 16:47:40 -0700 | [diff] [blame] | 25 | |
| 26 | static_libs: [ |
Rashed Abdel-Tawab | 703249a | 2018-08-09 16:47:40 -0700 | [diff] [blame] | 27 | "org.lineageos.platform.internal", |
| 28 | ], |
Michael Bestas | abce3bd | 2020-05-06 20:50:07 +0300 | [diff] [blame] | 29 | |
| 30 | required: [ |
Sam Mortimer | fdf52b5 | 2020-09-11 19:20:20 -0700 | [diff] [blame] | 31 | "privapp_whitelist_org.lineageos.lineagesettings", |
Michael Bestas | abce3bd | 2020-05-06 20:50:07 +0300 | [diff] [blame] | 32 | ], |
| 33 | } |
| 34 | |
| 35 | prebuilt_etc { |
| 36 | name: "privapp_whitelist_org.lineageos.lineagesettings", |
| 37 | sub_dir: "permissions", |
| 38 | src: "privapp_whitelist_org.lineageos.lineagesettings.xml", |
| 39 | filename_from_src: true, |
Rashed Abdel-Tawab | 703249a | 2018-08-09 16:47:40 -0700 | [diff] [blame] | 40 | } |