summaryrefslogtreecommitdiffstats
path: root/core/config.mk
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Allow TARGET_ARCH to be set from BoardConfig.mkBruce Beare2010-07-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I66aed78b763d238719822257c1f4f35301247df6 Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
* | | | | am 0fd96df4: merge from open-source masterThe Android Open Source Project2010-07-091-1/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '0fd96df49ccecbf3628c95dabf3b94dfc27323e5' * commit '0fd96df49ccecbf3628c95dabf3b94dfc27323e5': Refactor Stripper. Allow a stripper other than SOSLIM to be specified
| * | | | merge from open-source masterThe Android Open Source Project2010-07-091-1/+0
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | Change-Id: I40aa6f0f885ea30dd5f9918c323fa240a4830c38
| | * | Refactor Stripper. Allow a stripper other than SOSLIM to be specifiedBruce Beare2010-07-091-1/+0
| | |/ | | | | | | | | | | | | Change-Id: I61137f5bb123dc5f610af9928ed3debdf85ba74d Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
| * | Manual merge of change 50994 from master (DO NOT MERGE)Steve Howard2010-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merging from master because I'm bringing my maps API work into gingerbread. Fix and enable JarJar in Java builds. java.mk contained a target to enable JarJar in Java builds, but it was being bypassed. This change enabled JarJar as part of the build process, and fixes a slight bug with the way it was set up. Change-Id: I814e64eb30b41bf249a63d683c03040e2658fe0d
* | | Move definition of build-userimage-ext-target to build/Ying Wang2010-06-161-0/+1
| | | | | | | | | | | | Change-Id: I313dc26e8c497797c3321627e13ae298b1e37723
* | | resolved conflicts for merge of f83fd362 to masterYing Wang2010-06-091-12/+16
|\ \ \ | |/ / | | | | | | Change-Id: I527111ec1461e258b4911a2aaa90100eceacea80
| * | am 7a794289: Merge "Unbundle the build system." into froyoYing Wang2010-06-091-12/+16
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '7a7942899eedde3b946768a155fac3d70af5c9c3' into kraken * commit '7a7942899eedde3b946768a155fac3d70af5c9c3': Unbundle the build system.
| | * Unbundle the build system.Ying Wang2010-06-091-12/+16
| | | | | | | | | | | | Change-Id: I88912d876c3972212e8871b3e5b3b8b6d2da34d0
* | | build: Add support for ext3 and ext4 imagesColin Cross2010-05-071-2/+2
| | | | | | | | | | | | Change-Id: I63b36bfa0036419df92a60a1f8f7b0a7e6b1b62e
* | | Fix and enable JarJar in Java builds.Steve Howard2010-05-071-1/+1
|/ / | | | | | | | | | | | | | | java.mk contained a target to enable JarJar in Java builds, but it was being bypassed. This change enabled JarJar as part of the build process, and fixes a slight bug with the way it was set up. Change-Id: If24113f399a168939a1a1d0738c5df57caf8d05f
* | Add native include path.Dianne Hackborn2010-05-041-0/+1
|/ | | | Change-Id: Ic5d0b807467e8e673399a8a5f9b6702bc72960ab
* Support building Windows SDK under Linux.Raphael2010-04-231-1/+3
| | | | | | | | | | | | | - envsetup.mk & config.mk: we define a new BUILD_OS and a minimal set of things like BUILD_OUT to be able to use some local tools when doing cross-compilation. This allows us to use the Linux version of ACP when cross-compiling the tools to Windows. - Makfile: include windows_sdk.mk when needed to build a Windows SDK. - main.mk: support a win_sdk target (e.g. PRODUCT-sdk-win_sdk) (Merge master Change I9d08d0df)
* Add comments for ANDROID_BUILD_SHELLYing Wang2010-03-301-0/+2
| | | | Change-Id: I71f0a1a08b097cd179bbcb684a9114267f9bf0db
* Allow use of alternative to bash as the build shell.Ying Wang2010-03-301-3/+4
| | | | | Change-Id: Ib92217f90c98e04a1d16efd4904d9d7ba9dda3cf http://b/issue?id=2557214
* Look for product configs in device/ in addition to vendor/Jean-Baptiste Queru2010-01-221-0/+1
| | | | | | This will allow to create open-sourceable product configurations. Change-Id: I4e73347c2095935340bfc8c3737c2adf1ef22a9c
* Tell python not to spam the source tree with .pyc files.Joe Onorato2010-01-041-0/+4
| | | | This only has an effect on python 2.6 and above.
* break up event-log-tags; generate java source files with constantsDoug Zongker2009-12-031-1/+1
| | | | | | | | | Construct the /system/etc/event-log-tags file by unioning together any *.logtags files included in LOCAL_SRC_FILES throughout the system (with appropriate error checking for dup tag numbers, etc.) For java packages, generate a java source file from the logtags file for that package that contains static integer constants for each tag name.
* Support secondary CPU ABI in build.propDavid 'Digit' Turner2009-11-061-0/+1
| | | | | | | | | | | | | | | | | BoardConfig.mk typically defines TARGET_CPU_ABI to the name of the native machine code CPU ABI supported by the target device. For example, existing devices today use the value 'armeabi' corresponding to an ARMv5TE instruction set with soft-float implementation. This patch allows this file to also define TARGET_CPU_ABI2 to name a secondary (minor) CPU ABI also supported by the device. This is useful when the main ABI is ARMv7-A (identified as 'armeabi-v7a') which also supports ARMv5TE. Such devices should have TARGET_CPU_ABI defined to 'armeabi-v7a' and TARGET_CPU_ABI2 defined to 'armeabi'. TARGET_CPU_ABI2 will be translated into the ro.product.cpu.abi2 property in build.prop. This value will be used by the PackageManager to handle "fat-binaries" generated with the NDK.
* Add the ability to turn on proguard for java targets, and to call aaptJoe Onorato2009-08-301-0/+1
| | | | | to generate a rules file for proguard for stuff from the manifest and other resources that need to be kept.
* Remove 'ctor-dtor-privacy' warning, as it's not very usefull.Marco Nelissen2009-08-131-1/+1
|
* Apparently the build server uses a different compiler, one that doesn't ↵Marco Nelissen2009-07-131-1/+1
| | | | understand '-fdiagnostics-show-option'
* Enable some more useful warnings, and treat some particularly bad ones (that ↵Marco Nelissen2009-07-131-3/+3
| | | | we don't have currently) as errors.
* Since we're using gcc 4.4 in master, we can use the -Werror= optionMarco Nelissen2009-07-081-3/+3
| | | | | | | | | to make not having a virtual destructor in classes with virtual methods an error. I already fixed all code that had this problem, so now it's a matter of turning the option on. Also, as long as we don't have any C-specific options, it's probably best to copy the CPP flags from the C flags. We can always break them out later.
* am e41accf6: Merge change 6412 into donutAndroid (Google) Code Review2009-07-081-2/+2
|\ | | | | | | | | | | | | Merge commit 'e41accf68eedfd17bc569aee8480cf8c48d82e61' * commit 'e41accf68eedfd17bc569aee8480cf8c48d82e61': Pass compiler flags for C++ too, and add a flag that enables warnings about missing virtual destructors
| * Pass compiler flags for C++ too, and add a flag that enables warnings about ↵Marco Nelissen2009-07-071-2/+2
| | | | | | | | missing virtual destructors
* | Fix the simulator build by setting TARGET_PRELINK_MODULE before includingPatrick Scott2009-06-251-4/+6
| | | | | | | | BoardConfig.mk
* | Move the BoardConfig.mk search and inclusion to core/config.mk.Patrick Scott2009-06-231-0/+26
|/ | | | | | | This allows TARGET_ARCH_VARIANT to be set by the vendor before we choose the architecture in core/combo/select.mk. Also add a primitive armv7-a.mk for turning on hardware floating point.
* use minigzip instead of system gzip in the buildDoug Zongker2009-05-271-1/+2
| | | | | | | | Use zlib's minigzip utility, built as part of our source tree, instead of whatever installation of GNU gzip happens to be on the user's machine. Using zlib's deflater, which is nicely available as a library (unlike GNU gzip's deflater) will ultimately let us do binary patches to the boot and recovery images.
* core: Don't debug native modules when TARGET_BUILD_TYPE==debugDave Bort2009-05-041-21/+5
| | | | | | Don't make the simulator default to debug mode. Remove all global "debug" {C,CPP}FLAGS, which are no longer used.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+310
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-310/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+13
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-0/+3
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+5
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-9/+17
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+281