File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $(call inherit-product, vendor/styx/config/versioning.mk)
22
22
# Inherit from our kernel/header generator
23
23
$(call inherit-product, vendor/styx/config/BoardConfigStyx.mk)
24
24
25
- # Inherit system packages
25
+ # Inherit prebuilt packages
26
26
$(call inherit-product, vendor/styx/prebuilts/targets.mk)
27
27
28
28
# Inherit overlays
@@ -31,3 +31,7 @@ $(call inherit-product, vendor/styx/overlay/overlays.mk)
31
31
# Inherit properties
32
32
TARGET_PRODUCT_PROP += vendor/styx/config/properties/product.prop
33
33
TARGET_SYSTEM_PROP += vendor/styx/config/properties/system.prop
34
+
35
+ # Inherit system packages
36
+ $(call inherit-product, vendor/styx/config/packages.mk)
37
+
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright (C) 2021 The Styx Project
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
+ # Styles and Wallpapers
18
+ PRODUCT_PACKAGES += \
19
+ ThemePicker
You can’t perform that action at this time.
0 commit comments