Dyneteve | 0a7bfb7 | 2020-01-22 16:01:55 +0200 | [diff] [blame] | 1 | # |
| 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 | |
Dyneteve | 455e1dc | 2020-01-10 20:34:18 +0200 | [diff] [blame] | 17 | ifeq ($(TARGET_INCLUDE_WIFI_EXT),true) |
Henrique Pereira | 9d2fa6a | 2020-04-30 11:31:23 -0300 | [diff] [blame] | 18 | $(call inherit-product, vendor/google-customization/interfaces/wifi_ext/wifi-ext.mk) |
Dyneteve | 455e1dc | 2020-01-10 20:34:18 +0200 | [diff] [blame] | 19 | endif |
| 20 | |
| 21 | ifeq ($(TARGET_FLATTEN_APEX),false) |
Dyneteve | 455e1dc | 2020-01-10 20:34:18 +0200 | [diff] [blame] | 22 | # Apex Namespace |
Henrique Pereira | 9d2fa6a | 2020-04-30 11:31:23 -0300 | [diff] [blame] | 23 | PRODUCT_SOONG_NAMESPACES += vendor/google-customization/apex/apex_images |
Dyneteve | 455e1dc | 2020-01-10 20:34:18 +0200 | [diff] [blame] | 24 | |
| 25 | # Include package overlays |
Henrique Pereira | 9d2fa6a | 2020-04-30 11:31:23 -0300 | [diff] [blame] | 26 | PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/google-customization/overlay |
| 27 | DEVICE_PACKAGE_OVERLAYS += vendor/google-customization/overlay |
Dyneteve | 0a7bfb7 | 2020-01-22 16:01:55 +0200 | [diff] [blame] | 28 | endif |
| 29 | |
Henrique Pereira | 9d2fa6a | 2020-04-30 11:31:23 -0300 | [diff] [blame] | 30 | $(call inherit-product, vendor/google-customization/product/config.mk) |
Henrique Pereira | 5dd120f | 2020-05-10 15:17:28 -0300 | [diff] [blame] | 31 | $(call inherit-product, vendor/google-customization/apex/apex.mk) |