Skip to content

Commit 76e4658

Browse files
committed
packages: Build ThemePicker.
Signed-off-by: Gagan Malvi <[email protected]>
1 parent b7ecf74 commit 76e4658

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

config/common.mk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $(call inherit-product, vendor/styx/config/versioning.mk)
2222
# Inherit from our kernel/header generator
2323
$(call inherit-product, vendor/styx/config/BoardConfigStyx.mk)
2424

25-
# Inherit system packages
25+
# Inherit prebuilt packages
2626
$(call inherit-product, vendor/styx/prebuilts/targets.mk)
2727

2828
# Inherit overlays
@@ -31,3 +31,7 @@ $(call inherit-product, vendor/styx/overlay/overlays.mk)
3131
# Inherit properties
3232
TARGET_PRODUCT_PROP += vendor/styx/config/properties/product.prop
3333
TARGET_SYSTEM_PROP += vendor/styx/config/properties/system.prop
34+
35+
# Inherit system packages
36+
$(call inherit-product, vendor/styx/config/packages.mk)
37+

config/packages.mk

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)