Skip to content
Snippets Groups Projects
Commit a3d32127 authored by Tapas Kumar Kundu's avatar Tapas Kumar Kundu
Browse files

Exclude fakeappops from PRODUCT_PACKAGES

Change-Id: I4d3d0b9e486d81a2957487fac6f7d9348eeca9fc
parent 6b6ab6fd
No related branches found
No related merge requests found
......@@ -30,7 +30,7 @@ ENABLE_LIBRECOVERY ?= true
include gonk-misc/b2g.mk
include external/moztt/fonts.mk
TARGET_PROVIDES_INIT_RC :=
PRODUCT_PACKAGES := $(filter-out fakesched rilproxy,$(PRODUCT_PACKAGES))
PRODUCT_PACKAGES := $(filter-out fakeappops fakesched rilproxy,$(PRODUCT_PACKAGES))
PRODUCT_PACKAGES += librecovery_updater_qcom
PRODUCT_PROPERTY_OVERRIDES += \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment