OSDN Git Service

Support target-specific sdk/build/tools.atree extension.
authorDavid 'Digit' Turner <digit@android.com>
Wed, 23 Mar 2011 10:20:14 +0000 (11:20 +0100)
committerDavid 'Digit' Turner <digit@android.com>
Wed, 23 Mar 2011 10:20:14 +0000 (11:20 +0100)
commit74b0c368825d30f912e0058023b874fd62dbf3ff
treea27ea76b0c2889793c8cfa4416db93048b6826cf
parentb1047a99ce8b8d62ef911c5dfba7183c32e80a70
Support target-specific sdk/build/tools.atree extension.

The purpose of this patch is to add the ability to specify a
target-specific extension to sdk/build/tools.atree, under the
name sdk/build/tools.$(TARGET_ARCH).atree

This is needed to move x86-specific changes out of tools.atree
in order to fix the build of internal Android branches that
don't include other x86-related changes to the build system.

Another patch, following this patch, will fix the build itself
by moving the x86-stuff to sdk/build/tools.x86.atree.

NOTE: The root cause of the problem is that tools.atree
probably shouldn't be in the public AOSP repository, but
under development/build/ instead. However, fixing this
requires more drastic changes to the build system.

Change-Id: Ie365c55527bcad38e1e5248f618e2fd5a96431a1
core/Makefile