Merge change 3569

* changes:
  Fix the is_sdk_build check when installing the apns.
This commit is contained in:
Android (Google) Code Review 2009-06-11 05:04:06 -07:00
commit da7f6c3d5f
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ endif
# If we're on an eng or tests build, but not on the sdk, and we have
# a better one, use that instead.
ifneq ($(filter eng tests,$(TARGET_BUILD_VARIANT)),)
ifdef is_sdk_build
ifndef is_sdk_build
apns_to_use := $(wildcard vendor/google/etc/apns-conf.xml)
ifneq ($(strip $(apns_to_use)),)
PRODUCT_COPY_FILES := \