History log of /build/core/pdk_config.mk
Revision Date Author Comments
4da8e127c736a2e97d35f8767b8a409d2bc84cc0 02-Aug-2012 Keun young Park <keunyoung@google.com> keep PLATFORM_ZIP specified explicitly

- the old behaviour was to override with default one, which makes
trying different sets of platform.zip difficult if default one exists

Change-Id: I4c8ac2e44d9e7b48f77d628cce3edb20fbdf27e4
722266918f5b1152bab0a9c05790420d09229b29 01-Aug-2012 Keun young Park <keunyoung@google.com> add symbol files to PDK release for debugging

- app_process is not in PDK, and this makes native debugging difficult
So provide symbol file instead of source

Bug: 6774048

Change-Id: I1a3a86cf64d8f1d22cdb3a22714f508de963099b
6fe6c3c22e5e333456606fd28f1c5a2e34119d0f 19-Jul-2012 Colin Cross <ccross@android.com> pdk: add telephony-common and mms-common

Factory test apps may need to compile against telephony-common and
mms-common, include the jars in the pdk platform.zip.

Change-Id: Ic3533ec42115150b94298f15acd877ef61c6660c
f4d1438d859bbbc289b55ba28c62de73f8c83fd5 18-Jun-2012 Keun young Park <keunyoung@google.com> clean up pdk_config.mk

- define ...JAVA_ZIP_... variables only when necessary
- fix missed case for TARGET_BUILD_JAVA_SUPPORT_LEVEL definition

Change-Id: I4f491ff212fd1e973a77499bbf3fd8d1940bb1f8
efe02ce9e00b9aebde7e9b32e81780d8de8f0dbd 07-Jun-2012 Keun young Park <keunyoung@google.com> add TARGET_BUILD_JAVA_SUPPORT_LEVEL to allow checking if java build is OK in PDK

- 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
d8de82fbca4371ccefb41e02ac737e3a153901b3 25-May-2012 Keun young Park <keunyoung@google.com> ignore touch error happening from broken symbolic link

- 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
816b9fd4e22843c836543522464782bece1305b8 16-May-2012 Keun young Park <keunyoung@google.com> enable PDK to use platform JAVA API

- 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
f8dc89b49ac64331f23c97d6aad3866dd3fb7344 27-Apr-2012 Colin Cross <ccross@android.com> Use split-long-arguments to touch pdk platform.zip files

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
2bea2e65658c686afc11eb753f647c5257685966 24-Apr-2012 Colin Cross <ccross@android.com> Set timestamps of files from platform.zip to current time

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
ebb351e1b38422345e060ba3a986f470e461c95c 20-Apr-2012 Keun young Park <keunyoung@google.com> enable Java build for PDK build
- Highest LOCAL_SDK_VERSION forced for package build / java library build

Bug: 6352960
Change-Id: I4a26bf26a51b95fb97c8b2adc9d32a543832c708
b9566c02210f6d5a91594c05b7ea28f048afab87 21-Apr-2012 Keun young Park <keunyoung@google.com> Revert "enable Java build for PDK build - Highest LOCAL_SDK_VERSION forced for package build / java library build - uses prebuilt tools for PDK"

This reverts commit 9283168e61a4991d39a6c599627eefc45d41c099
74bc051f752f013919576899d9389b70bb73df69 19-Apr-2012 Colin Cross <ccross@android.com> Move pdk fusion platform.zip file under vendor/pdk

Look for the platform.zip file in:
vendor/pdk/DEVICE/PRODUCT-BUILD_VARIANT/platform/platform.zip

Change-Id: I275029842fdf13867d5141549ca8c39abb23600b
9283168e61a4991d39a6c599627eefc45d41c099 20-Apr-2012 Keun young Park <keunyoung@google.com> enable Java build for PDK build
- Highest LOCAL_SDK_VERSION forced for package build / java library build
- uses prebuilt tools for PDK

Bug: 6352960
Change-Id: Ibb5162a16aa8151a1675baac14adb0cdfc13592d
21adee01841c3254506d729bc6d99df8d4c48d92 19-Apr-2012 Colin Cross <ccross@android.com> Move pdk fusion platform.zip file under vendor/pdk

Look for the platform.zip file in:
vendor/pdk/DEVICE/PRODUCT-BUILD_VARIANT/platform/platform.zip

Change-Id: I275029842fdf13867d5141549ca8c39abb23600b
82b836fda6894ebfccccfbddc2ce3ee2718d862e 31-Mar-2012 Ying Wang <wangying@google.com> Support to build pdk and pdk fusion.

Bug: 6241618
Change-Id: I08f74019631e9e132c15cdb2916bbafb052f9aa6