Vishwath Mohan | e003a0a | 2018-04-02 14:35:31 -0700 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2018 The Android Open Source 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 | # This is a set of common components to enable CFI for (across |
| 18 | # compatible product configs) |
| 19 | PRODUCT_CFI_INCLUDE_PATHS := \ |
bohu | 79106cd | 2020-11-19 12:50:47 -0800 | [diff] [blame] | 20 | device/generic/goldfish/wifi/wpa_supplicant_8_lib \ |
Ram Muthiah | 7a597f5 | 2019-12-09 00:25:55 -0800 | [diff] [blame] | 21 | device/google/cuttlefish/guest/libs/wpa_supplicant_8_lib \ |
Vishwath Mohan | e003a0a | 2018-04-02 14:35:31 -0700 | [diff] [blame] | 22 | external/tinyxml2 \ |
| 23 | external/wpa_supplicant_8 \ |
| 24 | frameworks/av/camera \ |
| 25 | frameworks/av/media \ |
| 26 | frameworks/av/services \ |
| 27 | frameworks/minikin \ |
| 28 | hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib \ |
normanwhl | b321737 | 2022-04-13 09:46:26 +0000 | [diff] [blame] | 29 | hardware/synaptics/wlan/synadhd/wpa_supplicant_8_lib \ |
Vishwath Mohan | e003a0a | 2018-04-02 14:35:31 -0700 | [diff] [blame] | 30 | hardware/interfaces/nfc \ |
Hsiu-Chang Chen | ba7be1e | 2023-03-07 16:59:14 +0800 | [diff] [blame] | 31 | hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib \ |
Hsiu-Chang Chen | 0f03267 | 2022-07-21 10:11:00 +0000 | [diff] [blame] | 32 | hardware/qcom/wlan/legacy/qcwcn/wpa_supplicant_8_lib \ |
| 33 | hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib \ |
Selene Huang | 1d015a5 | 2020-08-05 02:08:53 -0700 | [diff] [blame] | 34 | hardware/interfaces/keymaster \ |
Janis Danisevskis | 0876460 | 2021-01-07 12:06:50 -0800 | [diff] [blame] | 35 | hardware/interfaces/security \ |
Neha Jain | 9926178 | 2023-07-12 23:16:25 +0000 | [diff] [blame] | 36 | packages/modules/Bluetooth/system \ |
Vishwath Mohan | e003a0a | 2018-04-02 14:35:31 -0700 | [diff] [blame] | 37 | system/chre \ |
| 38 | system/core/libnetutils \ |
Baligh Uddin | 02aaded | 2020-05-18 15:00:25 +0000 | [diff] [blame] | 39 | system/libziparchive \ |
Vishwath Mohan | e003a0a | 2018-04-02 14:35:31 -0700 | [diff] [blame] | 40 | system/gatekeeper \ |
| 41 | system/keymaster \ |
| 42 | system/nfc \ |
| 43 | system/security \ |