blob: 4745d40baff58119263a07cce10b4636f34d5b08 [file] [log] [blame]
aaronpoweruserd454ed82013-11-06 13:48:31 -05001# 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
15PRODUCT_PACKAGES += \
D4rKn3sSyS2fe615d2013-12-03 11:12:22 -050016 Busybox \
D4rKn3sSyS7a0f1e32013-12-03 12:24:26 -050017 Lightbulb
aaronpoweruserd454ed82013-11-06 13:48:31 -050018
19# Source or prebuilt PA-prefs logic
BigBrother1984901b0762013-11-10 04:02:51 +010020#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
aaronpoweruserd454ed82013-11-06 13:48:31 -050028
29# Include ParanoidOTA
Evan Anderson65c7bc92013-12-03 16:07:48 -050030ifneq ($(NO_OTA_BUILD),true)
31 PRODUCT_PACKAGES += \
32 ParanoidOTA
33endif
aaronpoweruserd454ed82013-11-06 13:48:31 -050034
Yamil Ghazice52c8f2014-01-14 03:23:30 -060035# Extra properties
36PRODUCT_PROPERTY_OVERRIDES += \
37 ro.pa.device=$(DEVICE)