summaryrefslogtreecommitdiffstats
path: root/core/pdk_config.mk
Commit message (Collapse)AuthorAgeFilesLines
* add TARGET_BUILD_JAVA_SUPPORT_LEVEL to allow checking if java build is OK in PDKKeun young Park2012-06-071-3/+18
| | | | | | | | | | | | - three levels: not defined, sdk, platform - TARGET_BUILD_PDK_JAVA_PLATFORM gives the original meaning of java platform API supported for java.mk - remove libexif from user tag - libexif_jni is pulled from f/b/media Bug: 6623618 Change-Id: I5fa085bd10f43963350c57b7f885c700de8963e5
* ignore touch error happening from broken symbolic linkKeun young Park2012-05-251-1/+1
| | | | | | | | - maguro platform.zip contains hdcp.keys symbolic link which is broken except env with the key - this causes error in the touch Bug: 6555557 Change-Id: I5f9ff5d57c87c0d3038545eeba3b553445a8493c
* enable PDK to use platform JAVA APIKeun young Park2012-05-241-4/+66
| | | | | | | | | | | | | | - make platform-java will add necessary Java stuffs from out/target/common/ to platform.zip - make platform works as before: no Java libraries - normal fusion build will pick up the file, and define TARGET_BUILD_PDK_JAVA besides TARGET_BUILD_PDK if Java stuffs are included - For TARGET_BUILD_PDK_JAVA, java.mk does not touch LOCAL_SDK_VERSION, which will lead into pulling non-SDK Java APIs Bug: 6482799 Change-Id: I90b1a0b06dc774150711680a6612f2b97b9eab3f
* Use split-long-arguments to touch pdk platform.zip filesColin Cross2012-04-261-1/+2
| | | | | | | | touch $(_pdk_fusion_files) is too long for some systems, use split-long-arguments to execute touch multiple times with a subset of the list of files. Change-Id: I8e8c6770936337b93e0fdf381eca8c79fd722523
* Set timestamps of files from platform.zip to current timeColin Cross2012-04-241-2/+2
| | | | | | | | | | | Touch files unzipped from platform.zip to update their timestamp. Prevents make dependency confusion from files with old times. Also add a dependency for the implicit copy rule on the pdk_fusion.stamp file to force make to use the updated files. Change-Id: Ia54454518d229ce3670023819836f586fef65d3f
* enable Java build for PDK buildKeun young Park2012-04-201-0/+8
| | | | | | | - Highest LOCAL_SDK_VERSION forced for package build / java library build Bug: 6352960 Change-Id: I4a26bf26a51b95fb97c8b2adc9d32a543832c708
* Merge "Revert "enable Java build for PDK build - Highest LOCAL_SDK_VERSION ↵Keun young Park2012-04-201-8/+0
|\ | | | | | | forced for package build / java library build - uses prebuilt tools for PDK""
| * Revert "enable Java build for PDK build - Highest LOCAL_SDK_VERSION forced ↵Keun young Park2012-04-201-8/+0
| | | | | | | | | | for package build / java library build - uses prebuilt tools for PDK" This reverts commit 9283168e61a4991d39a6c599627eefc45d41c099
* | Merge "Move pdk fusion platform.zip file under vendor/pdk"Colin Cross2012-04-201-1/+1
|\ \ | |/ |/|
| * Move pdk fusion platform.zip file under vendor/pdkColin Cross2012-04-191-1/+1
| | | | | | | | | | | | | | Look for the platform.zip file in: vendor/pdk/DEVICE/PRODUCT-BUILD_VARIANT/platform/platform.zip Change-Id: I275029842fdf13867d5141549ca8c39abb23600b
* | enable Java build for PDK buildKeun young Park2012-04-201-0/+8
|/ | | | | | | | - Highest LOCAL_SDK_VERSION forced for package build / java library build - uses prebuilt tools for PDK Bug: 6352960 Change-Id: Ibb5162a16aa8151a1675baac14adb0cdfc13592d
* Support to build pdk and pdk fusion.Ying Wang2012-03-301-0/+66
Bug: 6241618 Change-Id: I08f74019631e9e132c15cdb2916bbafb052f9aa6