blob: dd1b0b74a53bb0635f4bc35a2d4b1cd83433fbff [file] [log] [blame]
Dyneteve0a7bfb72020-01-22 16:01:55 +02001#
2# Copyright (C) 2020 The PixelExperience 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
Dyneteve455e1dc2020-01-10 20:34:18 +020017ifeq ($(TARGET_INCLUDE_WIFI_EXT),true)
Henrique Pereira9d2fa6a2020-04-30 11:31:23 -030018$(call inherit-product, vendor/google-customization/interfaces/wifi_ext/wifi-ext.mk)
Dyneteve455e1dc2020-01-10 20:34:18 +020019endif
20
21ifeq ($(TARGET_FLATTEN_APEX),false)
Dyneteve455e1dc2020-01-10 20:34:18 +020022# Apex Namespace
Henrique Pereira9d2fa6a2020-04-30 11:31:23 -030023PRODUCT_SOONG_NAMESPACES += vendor/google-customization/apex/apex_images
Dyneteve455e1dc2020-01-10 20:34:18 +020024
25# Include package overlays
Henrique Pereira9d2fa6a2020-04-30 11:31:23 -030026PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/google-customization/overlay
27DEVICE_PACKAGE_OVERLAYS += vendor/google-customization/overlay
Dyneteve0a7bfb72020-01-22 16:01:55 +020028endif
29
Henrique Pereira9d2fa6a2020-04-30 11:31:23 -030030$(call inherit-product, vendor/google-customization/product/config.mk)
Henrique Pereira5dd120f2020-05-10 15:17:28 -030031$(call inherit-product, vendor/google-customization/apex/apex.mk)