Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93d20ad4 authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

am e0a18a75: Finish moving the policies out of frameworks/policies/base and into frameworks/base.

parents c2c53783 e0a18a75
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ _product_var_list := \
    PRODUCT_PROPERTY_OVERRIDES \
    PRODUCT_COPY_FILES \
    PRODUCT_OTA_PUBLIC_KEYS \
    PRODUCT_POLICY \
    PRODUCT_PACKAGE_OVERLAYS \
    DEVICE_PACKAGE_OVERLAYS \
    PRODUCT_CONTRIBUTORS_FILE \
+0 −3
Original line number Diff line number Diff line
@@ -226,9 +226,6 @@ endif
PRODUCT_DEFAULT_WIFI_CHANNELS := \
	$(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_DEFAULT_WIFI_CHANNELS))

# Which policy should this product use
PRODUCT_POLICY := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_POLICY))

# A list of words like <source path>:<destination path>.  The file at
# the source path should be copied to the destination path when building
# this product.  <destination path> is relative to $(PRODUCT_OUT), so