OSDN Git Service

Normalize SDK product name to sdk_<device_type>_<arch_name>
authorYing Wang <wangying@google.com>
Fri, 18 Jul 2014 22:36:30 +0000 (15:36 -0700)
committerYing Wang <wangying@google.com>
Fri, 18 Jul 2014 22:40:13 +0000 (15:40 -0700)
commit1f371a1f98b48b4c093e9e1b7a9492bd3688d86f
tree8af52307eba43be9a278deb08e6145be82673bfd
parent4221873693a3383c1331176b3825bcfcc997aa5a
Normalize SDK product name to sdk_<device_type>_<arch_name>

Put the common pieces in sdk_base.mk.
Still keep the old names as aliases.
Bug: 16216170

Change-Id: I39a438843c8b09df1aafff142bd9987962f11ef8
13 files changed:
target/product/AndroidProducts.mk
target/product/sdk.mk
target/product/sdk_arm64.mk
target/product/sdk_base.mk [new file with mode: 0644]
target/product/sdk_mips.mk
target/product/sdk_phone_arm64.mk [new file with mode: 0644]
target/product/sdk_phone_armv7.mk [new file with mode: 0644]
target/product/sdk_phone_mips.mk [new file with mode: 0644]
target/product/sdk_phone_mips64.mk [moved from target/product/sdk_mips64.mk with 91% similarity]
target/product/sdk_phone_x86.mk [new file with mode: 0644]
target/product/sdk_phone_x86_64.mk [new file with mode: 0644]
target/product/sdk_x86.mk
target/product/sdk_x86_64.mk