Bug 1195388 - Pre: Clean GARBAGE and dependencies. r=gps

GARBAGE is set automatically by PP_TARGETS.

The fragment does not need to be preprocessed at all, since it is
itself included in a preprocessed file.  Including the fragment in
all_resources is therefore not needed, since it is just itself
included in a file.
This commit is contained in:
Nick Alexander 2015-08-10 14:25:07 -07:00
parent 2e8f298b24
commit ff572d9cde

View File

@ -21,8 +21,6 @@ DEFINES += \
$(NULL)
GARBAGE += \
AndroidManifest.xml \
WebappManifestFragment.xml.frag \
classes.dex \
gecko.ap_ \
res/values/strings.xml \
@ -223,7 +221,6 @@ GeneratedJNIWrappers.cpp: $(ALL_JARS)
manifest := \
AndroidManifest.xml.in \
WebappManifestFragment.xml.frag.in \
fennec_ids.txt.in \
$(NULL)
@ -317,7 +314,6 @@ res/raw/suggestedsites.json: .locales.deps ;
all_resources = \
$(CURDIR)/AndroidManifest.xml \
$(CURDIR)/WebappManifestFragment.xml.frag \
$(android_res_files) \
$(ANDROID_GENERATED_RESFILES) \
$(NULL)