summaryrefslogtreecommitdiffstats
path: root/core/multi_prebuilt.mk
Commit message (Collapse)AuthorAgeFilesLines
* Strip prebuilt shared library by default.Ying Wang2014-09-031-2/+1
| | | | | | | | | Strip prebuilt shared library but not try adding gnu debuglink. It would fail if you try run the adding gnu debuglink command if a prebuilt is already stripped. Bug: 17177288 Change-Id: If5811865715c2437e45fbd329983ef1212ef0109
* build: Fix failed to assign a module name different with it's file name to a ↵Daniel Tsai2013-12-061-1/+5
| | | | | | | | | | | prebuilt module Build system can not find the dependent library if assigning a multi-prebuilt which module name is different with it's library file name as following: PREBUILT_LIBS := libabc_debug:libabc.a Change-Id: I05bdc8cebcabf74195198e3cefa1b8923f87d406
* Error and exit if BUILD_MULTI_PREBUILT is incorrectly usedYing Wang2013-07-311-0/+5
| | | | | Bug: 10114476 Change-Id: Id51e7ca443c3742e17cbe114aefbb7ed3870b0e5
* allow setting LOCAL_STRIP_MODULE on multi_prebuiltsDoug Zongker2011-09-061-1/+8
| | | | Change-Id: I4a58255381ba8a50d8f9512bf9892f5050599393
* core: propogate module tags for prebuiltsDima Zavin2010-09-151-8/+17
| | | | | Change-Id: If46558dc783b72a1baf3e8e1df167cb75c67e944 Signed-off-by: Dima Zavin <dima@android.com>
* Revert "Build BUILD_MULTI_PREBUILT for the prebuilt target"Jean-Baptiste Queru2010-06-171-1/+0
| | | | | | | This reverts commit 9bfd697cffae4b4f2bdbf122c3bbe7920525e718, which was causing all prebuilts to be installed in all builds. Change-Id: Ia5973b31d23bd74ec187b9e44715dea56c063efe
* Build BUILD_MULTI_PREBUILT for the prebuilt targetRavi K Yenduri2010-05-101-0/+1
| | | | | | | Add files included as prebuilts with "BUILD_MULTI_PREBUILT" to be installed as part of the 'prebuilt' target. Change-Id: I2fa2dfff2637701281ab78a523c58fc46577ab75
* Allow prebuilt libraries and the associated makefile to be inRavi K Yenduri2009-03-101-2/+2
| | | | different directories.
* Initial ContributionThe Android Open Source Project2008-10-211-0/+111