Delete dead code.
frameworks/policies/base/PolicyConfig.mk does no longer exist. Change-Id: I34d4820bc7c1e19ac84095f5f2caf6aefdfe1bd3
This commit is contained in:
parent
00fcdfede6
commit
39e08f2827
1 changed files with 0 additions and 10 deletions
10
core/main.mk
10
core/main.mk
|
@ -519,16 +519,6 @@ endif
|
|||
# All module makefiles have been included at this point.
|
||||
# -------------------------------------------------------------------
|
||||
|
||||
# -------------------------------------------------------------------
|
||||
# Include any makefiles that must happen after the module makefiles
|
||||
# have been included.
|
||||
# TODO: have these files register themselves via a global var rather
|
||||
# than hard-coding the list here.
|
||||
ifdef FULL_BUILD
|
||||
# Only include this during a full build, otherwise we can't be
|
||||
# guaranteed that any policies were included.
|
||||
-include frameworks/policies/base/PolicyConfig.mk
|
||||
endif
|
||||
|
||||
# -------------------------------------------------------------------
|
||||
# Fix up CUSTOM_MODULES to refer to installed files rather than
|
||||
|
|
Loading…
Reference in a new issue