Merge "Add a flag to allow unbundled builds to build SDKs from source" am:...
Merge "Add a flag to allow unbundled builds to build SDKs from source" am: 059edc0a am: a55285a5
am: 19fb41db
Change-Id: I7c46830d84e34bae98d1d66c89306e8d941aa9c6
# core_current doesn't contain any framework resources.
elseifneq($(filter-out current system_current test_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUILD_APPS),$(filter current system_current test_current,$(LOCAL_SDK_RES_VERSION))),)
elseifneq($(filter-out current system_current test_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUILD_APPS_USE_PREBUILT_SDK),$(filter current system_current test_current,$(LOCAL_SDK_RES_VERSION))),)
# for released sdk versions, the platform resources were built into android.jar.