diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2015-11-13 17:35:25 +0530 |
---|---|---|
committer | Max Weffers <rcstar6696@gmail.com> | 2017-01-30 15:43:48 +0100 |
commit | 0c4c871a616f0da0512c6bb399c7a88464434e75 (patch) | |
tree | 091a4ea14ae55edb36e3b5efcdb9fbccf197d3b6 | |
parent | d53809cb221433fc89f12fbcf26d0a6dc3c1d916 (diff) |
Drop BOARD_SEPOLICY_UNION
Change-Id: Ic64d6bcb5c771114a8ca55207bb604122835251d
-rw-r--r-- | BoardConfigCommon.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index eb7c78c..564ee6e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -62,10 +62,6 @@ TARGET_INIT_VENDOR_LIB := libinit_shinano BOARD_SEPOLICY_DIRS += \ device/sony/shinano-common/sepolicy -BOARD_SEPOLICY_UNION += \ - mlog_qmi.te \ - tfa_amp.te - # Wifi WPA_SUPPLICANT_VERSION := VER_0_8_X BOARD_WLAN_DEVICE := bcmdhd |