aaronpoweruser | d454ed8 | 2013-11-06 13:48:31 -0500 | [diff] [blame] | 1 | # Copyright (C) 2013 ParanoidAndroid 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 | |
| 15 | PRODUCT_PACKAGES += \ |
D4rKn3sSyS | 2fe615d | 2013-12-03 11:12:22 -0500 | [diff] [blame] | 16 | Busybox \ |
D4rKn3sSyS | 7a0f1e3 | 2013-12-03 12:24:26 -0500 | [diff] [blame] | 17 | Lightbulb |
aaronpoweruser | d454ed8 | 2013-11-06 13:48:31 -0500 | [diff] [blame] | 18 | |
| 19 | # Source or prebuilt PA-prefs logic |
BigBrother1984 | 901b076 | 2013-11-10 04:02:51 +0100 | [diff] [blame] | 20 | #ifneq ($(PREFS_FROM_SOURCE),true) |
| 21 | # PRODUCT_COPY_FILES += \ |
| 22 | # vendor/pa/prebuilt/apk/ParanoidPreferences.apk:system/app/ParanoidPreferences.apk |
| 23 | #else |
| 24 | # # Build paprefs from sources |
| 25 | # PRODUCT_PACKAGES += \ |
| 26 | # ParanoidPreferences |
| 27 | #endif |
aaronpoweruser | d454ed8 | 2013-11-06 13:48:31 -0500 | [diff] [blame] | 28 | |
| 29 | # Include ParanoidOTA |
Evan Anderson | 65c7bc9 | 2013-12-03 16:07:48 -0500 | [diff] [blame] | 30 | ifneq ($(NO_OTA_BUILD),true) |
| 31 | PRODUCT_PACKAGES += \ |
| 32 | ParanoidOTA |
| 33 | endif |
aaronpoweruser | d454ed8 | 2013-11-06 13:48:31 -0500 | [diff] [blame] | 34 | |
Yamil Ghazi | ce52c8f | 2014-01-14 03:23:30 -0600 | [diff] [blame] | 35 | # Extra properties |
| 36 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 37 | ro.pa.device=$(DEVICE) |