Slim down the sdk product
The sdk_phone_armv7 product is designed to build system images, which adds unnecessary dependencies and enables unnecessary checks (such as verifying dexpreopt artifacts). Bug: 205008975 Test: m sdk sdk_repo dist && diff android-sdk.zip (only build.prop diffs) Merged-In: I940655c39a3ae58839521416abafaf461df44921 Change-Id: I940655c39a3ae58839521416abafaf461df44921
This commit is contained in:
parent
09fc47b6ce
commit
28f089d9b0
|
@ -14,8 +14,11 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
# Don't modify this file - It's just an alias!
|
||||
# This is a simple product that uses configures the minimum amount
|
||||
# needed to build the SDK (without the emulator).
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_phone_armv7.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_default.mk)
|
||||
|
||||
PRODUCT_NAME := sdk
|
||||
PRODUCT_BRAND := Android
|
||||
PRODUCT_DEVICE := mainline_x86
|
||||
|
|
Loading…
Reference in New Issue