make sepolicy available in aosp targets

Bug: 198214600
Test: build pass
Change-Id: I113d1855f8d71b3d837a3f02974079e12ed5ddec
This commit is contained in:
Adam Shih 2021-08-31 09:12:17 +08:00
parent 175d36ced8
commit f67eea1947

View file

@ -862,8 +862,8 @@ PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.telephony.cdma
#GPS HAL
#TODO(b/197914244)
include device/google/gs101/gnss/device-gnss.mk
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs201-sepolicy/gps
endif
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs201-sepolicy/gps
ifeq (,$(filter %_64,$(TARGET_PRODUCT)))
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)