summaryrefslogtreecommitdiffstats
path: root/core/dex_preopt.mk
Commit message (Collapse)AuthorAgeFilesLines
* Multi-Project Commit: Move of filterfw out of system/media (3 of 7)Marius Renn2012-03-271-1/+1
| | | | | | | | | | | This is part of the multi-project commit to move the filter-framework from system/media/mca to frameworks/base/media/mca. Note that the filter-framework will soon be replaced with a refactored version currently under API review (also to go under frameworks/base). This move is done now to unblock the PDK efforts. Change-Id: I3d12882239e0bb66e11d3fb5ec952cc474be4f0a
* Updated dex-preopt BOOTCLASSPATH with values from init.rcJustin Ho2011-09-061-1/+1
| | | | | | Bug: 5032006 Change-Id: I6ed7e55ec2b278c0d60ad4e17208480d05af61bc
* Add filterfw.jar to standard list of java libraries to include.Eino-Ville Talvala2011-08-261-1/+1
| | | | | | | | | | Since classes from this jar are part of the public API, it should be included by default. Also add the jar into the dex_preopt list. Bug: 5098987 Change-Id: Ib39deffea43714eb56630ad1d65411cfde5878fd
* am 4d3ac24d: am 84ed6fa2: Disable "-t" for acp.Ying Wang2011-01-191-1/+2
|\ | | | | | | | | * commit '4d3ac24dafab161a44fddb1039159b1b484f5841': Disable "-t" for acp.
| * Disable "-t" for acp.Ying Wang2011-01-191-1/+2
| | | | | | | | | | | | | | Acp can not handle high resolution file timestamp on ext4. We need this to fix incremental build on ext4. Change-Id: I54e45c73ffa44c4253c7a431375d419fa4dccfd9
* | Move apache-xml to external. (project 3 of 4)Jesse Wilson2011-01-131-1/+1
|/ | | | | Change-Id: Ib65348e4203e6ac653e9fe81369b21dad06b5b58 http://b/3351604
* Move odex related files to product-specific dir.Ying Wang2010-10-011-1/+1
| | | | | | | | | | | For target Java libraries, now the LOCAL_BUILT_MODULE includes both javalib.jar and the .odex file, if dexpreopt is enabled. These 2 files are moved to a product-specific dir in this change. For target Java Libraries, $(intermediates) now points to the product-specific dir. There is still a javalib.jar in the $(intermediates.COMMON) dir, which is used as dependency. Nothing is changed for host Java libraries. Change-Id: I2546dbb940c74537864ca002d1acb49bb731fbbc
* Inform dex-preopt when the target device is a uniprocessor.Dan Bornstein2010-09-291-1/+9
| | | | | | By default, dex-preopt optimizes for an SMP target. Change-Id: Ib92552e55f5426b9b035ce862233752af090bb43
* Integrate dexpreopt into the build system.Ying Wang2010-09-221-0/+73
Change-Id: Id67f85d0f5c8674f5bc22e431114ca73625811ef