Skip to content

Instantly share code, notes, and snippets.

@Dil3mm4
Created August 3, 2020 23:00
Show Gist options
  • Save Dil3mm4/3fcdc85b3354b4177dd8a9045fec6af3 to your computer and use it in GitHub Desktop.
Save Dil3mm4/3fcdc85b3354b4177dd8a9045fec6af3 to your computer and use it in GitHub Desktop.
# Copyright (C) 2019 The PixelExperience Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ifeq (,$(filter sm6150 msmnile trinket, $(TARGET_BOARD_PLATFORM)))
BOARD_SEPOLICY_DIRS += \
device/custom/sepolicy/wifi-ext/qcom/legacy
endif
ifeq ($(TARGET_INCLUDE_WIFI_EXT),true)
BOARD_SEPOLICY_DIRS += \
device/custom/sepolicy/wifi-ext/common \
device/custom/sepolicy/wifi-ext/google
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment