# This makefile contains the product partition contents for # a generic phone or tablet device. Only add something here if # it definitely doesn't belong on other types of devices (if it # does, use base_product.mk). $(call inherit-product, $(SRC_TARGET_DIR)/product/media_product.mk)
# This makefile contains the product partition contents for # a generic phone or tablet device. Only add something here if # it definitely doesn't belong on other types of devices (if it # does, use base_product.mk). $(call inherit-product, $(SRC_TARGET_DIR)/product/media_product.mk) # /product packages PRODUCT_PACKAGES += \ Browser2 \ Calendar \ Camera2 \ Contacts \ DeskClock \ Gallery2 \ LatinIME \ Music \ OneTimeInitializer \ preinstalled-packages-platform-handheld-product.xml \ QuickSearchBox \ SettingsIntelligence \ DemoApp\ TestApk\ frameworks-base-overlays
# ...... # and in with the new local prebuiltdir=$(getprebuilt) local gccprebuiltdir=$(get_abs_build_var ANDROID_GCC_PREBUILTS)
# defined in core/config.mk local targetgccversion=$(get_build_var TARGET_GCC_VERSION) local targetgccversion2=$(get_build_var 2ND_TARGET_GCC_VERSION) export TARGET_GCC_VERSION=$targetgccversion # 此处增加配置 export DISABLE_ARTIFACT_PATH_REQUIREMENTS="true"
# The gcc toolchain does not exists for windows/cygwin. In this case, do not reference it. export ANDROID_TOOLCHAIN= export ANDROID_TOOLCHAIN_2ND_ARCH= local ARCH=$(get_build_var TARGET_ARCH) local toolchaindir toolchaindir2= # ......