aboutsummaryrefslogtreecommitdiff
path: root/frameworks
AgeCommit message (Collapse)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to device/sampleBob Badour
Added SPDX-license-identifier-Apache-2.0 to: Android.bp frameworks/PlatformLibrary/Android.bp frameworks/PlatformLibrary/Android.mk frameworks/PlatformLibrary/jni/Android.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I50b528ccc25f5feaf5ad1f8b6879b7d45ee1643c
2020-07-02Use jni_headers instead of JNI_H_INCLUDEOrion Hodson
Bug: 152482542 Test: mma Change-Id: I5452ebf9dfaee65e53e8e923c83f73f7f27b3527
2018-06-27Run platform_library-docs always with -source 1.8Nan Zhang
Test: m -j USE_R8=true EXPERIMENTAL_USE_OPENJDK9=true platform_library-docs Bug: b/110824610 Change-Id: Ifa69eddb128a31cb4c371745b5c68bef116e7afa
2018-04-23Convert javadoc to Soong for device/sampleNan Zhang
Test: m -j platform_library-docs Bug: b/70351683 Change-Id: I08e99ff196940e161cf1e2af2b716eeae7a6089f
2018-01-16Add LOCAL_SDK_VERSION in platform_librarySundong Ahn
The platform_library is using only public API. However it is defined java:platform which can use internal API, since it is not defined LOCAL_SDK_VERSION. So, LOCAL_SDK_VERSION := current is added in platform_library, because it can be turn into errors when link type check becomes more strict. Bug: 69899800 Test: mma -j under PlatformLibrary dir Change-Id: I007da51ed50236b8f1de331afabc46906c8b47aa
2017-11-02Use -Werror in device/sample/frameworks/PlatformLibrary/jniChih-Hung Hsieh
* Comment out unused parameter. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I11096acfe8d4a518fe52894b6bc4279361c172ee
2014-07-25Fix duplicated classses in sample addon docJun Tian
Clear the LOCAL_DROIDDOC_OPTIONS which was originally assigned with package name. This variable is assumed to be set with local javadoc options. When it is set with the package name, Javadoc will take both the packages in this variable and droiddoc-src-list generated by build/core/droiddoc.mk as its individual input at the same time and build the html-doc with duplicate classes. You can get some details of this problem in Issue 74070 Signed-off-by: Wenda song <wenda.song@intel.com> Change-Id: I5aa5a4de92a77cf6ff5e6c29b60e4931623d2298
2013-04-09Add liblogYing Wang
Bug: 8580410 Change-Id: Ia53c8b1ae4620e1d60d82b462f33d193d81e5234
2012-06-19enable JAVA build if allowedKeun young Park
- previously disabled in PDK build Change-Id: Ic7c87d839e8feac940e8f1dfa0a5899868df776c
2012-05-31Merge "disable java build for PDK case" into jb-devKeun young Park
2012-05-30disable java build for PDK caseKeun young Park
- this is temporary change for adding device/sample to pdk group - permanent solution should be added where java build is allowed even in PDK if java build is possible Change-Id: I6abdb02414b2627703f8279c033cbf05bfe8d880
2012-05-30remove false dependency on libandroid_runtime for PDKKeun young Park
Change-Id: I13154749156e656efc73edd1d167d4c061de7238
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I0975fd17737b4a47175c588ebe9cb7feedcf76c7
2012-01-05Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block
See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I1a195c248ff45c7ad326c660f12c37c0e3acb21c
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block
See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: Ic0fb42b8a67729ffb71111f622076cf42c61665c
2011-04-07Remove the deprecated things from Config.java. These havent been working ↵Joe Onorato
since before 1.0. Change-Id: Iab6e8d761521c570079e65fe4dd18b39617d0ace
2011-03-14device/sample: remove LOCAL_PRELINK_MODULEIliyan Malchev
Change-Id: Ie04158ed46d1bbbe83067c4525c6bb5a50177c01 Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-05-12Add the PlatformLibrary sample to the new "sample" vendorXavier Ducrohet
This adds the PlatformLibrary samples previously located in development/samples. This also creates all the files required to build an add-on including the optional library provided by PlatformLibrary