summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-21Merge "Set LOCAL_SDK_VERSION where possible." am: ad9b610acf am: c87ce7d8daandroid-9.0.0_r47android-9.0.0_r46android-9.0.0_r45android-9.0.0_r44android-9.0.0_r43android-9.0.0_r42android-9.0.0_r41android-9.0.0_r40android-9.0.0_r39android-9.0.0_r38android-9.0.0_r37android-9.0.0_r36android-9.0.0_r35android-9.0.0_r34android-9.0.0_r33android-9.0.0_r32android-9.0.0_r31android-9.0.0_r30android-9.0.0_r22android-9.0.0_r21android-9.0.0_r20android-9.0.0_r19android-9.0.0_r16android-9.0.0_r12android-9.0.0_r11pie-qpr3-s1-releasepie-qpr3-releasepie-qpr3-b-releasepie-qpr2-releasepie-qpr1-s3-releasepie-qpr1-s2-releasepie-qpr1-s1-releasepie-qpr1-releasepie-dr1-releasepie-dr1-devpie-devpie-b4s4-releasepie-b4s4-devhansson
am: 4056e654e2 Change-Id: I0b8fd33e8b27acebdc1dcc0fb31b9c309aa1fd3d
2018-02-21Merge "Set LOCAL_SDK_VERSION where possible." am: ad9b610acfhansson
am: c87ce7d8da Change-Id: I97976f795f5803a5009033b6847aaa0aaccc2324
2018-02-21Merge "Set LOCAL_SDK_VERSION where possible."hansson
am: ad9b610acf Change-Id: I47651d14a6b32cb7bcb81362d94c9651cc8120d9
2018-02-21Merge "Set LOCAL_SDK_VERSION where possible."android-wear-p-preview-2android-p-preview-5android-p-preview-4android-p-preview-3android-p-preview-2android-p-preview-1android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.1android-o-mr1-iot-release-1.0.0android-o-mr1-iot-preview-8android-o-mr1-iot-preview-7android-n-iot-release-smart-display-r2android-n-iot-release-smart-displayandroid-n-iot-release-polk-at1android-n-iot-release-lg-thinq-wk7o-mr1-iot-preview-8o-mr1-iot-preview-7hansson
2018-02-21Set LOCAL_SDK_VERSION where possible.Anton Hansson
This change sets LOCAL_SDK_VERSION for all packages where this is possible without breaking the build, and LOCAL_PRIVATE_PLATFORM_APIS := true otherwise. Setting one of these two will be made required soon, and this is a change in preparation for that. Not setting LOCAL_SDK_VERSION makes the app implicitly depend on the bootclasspath, which is often not required. This change effectively makes depending on private apis opt-in rather than opt-out. Test: make relevant packages Bug: 73535841 Change-Id: Iccca8c1115b3169fa5847e4513adfdfb44915637
2017-12-05Flatten dependency hierarchy of legacy-android-testPaul Duffin
Previous changes statically included legacy-android-test in preparation for removing android.test.* and junit.* classes from the android.jar. Unfortunately, that lead to duplicate classes between APKs and the bootclasspath which caused build problems (Proguard) and also runtime problems (when targeting and running on older releases). Switching from statically including the classes to using the runtime libraries cannot be done in one step because legacy-android-test is statically included in libraries which are used in many APKs and so removing it from those libraries requires that all APKs be updated at once. Doing that atomically across dozens of projects is not practical. This change modifies APKS that statically include the legacy-android-test library indirectly. * If the APK manifest uses the android.test.runner library then the APK is modified to stop statically including legacy-android-test and instead build against android.test.base/mock/runner libraries instead. * Otherwise, the APK statically includes legacy-android-test. Also, any libraries that statically include are modified to stop statically including it and if it has source dependencies on the classes is changed to build against the android.test.base/mock/runner libraries. The following change descriptions were generated automatically and so may be a little repetitive. They are provided to give the reviewer enough information to check the comments match what has actually been changed and check the reasoning behind the changes. * tck-android/Android.mk Replaced 'legacy-android-test' with 'android.test.base' in LOCAL_JAVA_LIBRARIES because ObjenesisTck's source depends on its classes. The classes do not need to be statically included because the classes will be provided by the runtime, either from the default bootclasspath or from the android.test.runner library that ObjenesisTck specifies in its manifest. Bug: 30188076 Test: make checkbuild Change-Id: I4a0a0ac4e1a9052fd7774f9687feace0ebb6304d
2017-11-15Merge remote-tracking branch 'goog/stage-aosp-master' into HEADXin Li
am: 02fa051894 Change-Id: I75c42a7b7282c8c0e7d6b83dfc1b2d3d51c19c33
2017-11-14Merge remote-tracking branch 'goog/stage-aosp-master' into HEADXin Li
Change-Id: I6ba9ac39ca4d29dcddbe9d7c0610890fc8cdcac5
2017-11-13Merge commit '8200d36abd906290911a8050420e1728766058a4' into HEADandroid-wear-8.0.0_r1Xin Li
Change-Id: I27a830897e70c835562798096fe397b0a157f40b
2017-10-24Merge "Convert external/objenesis to Android.bp" am: 3952d75432 am: e5e9f043e4Colin Cross
am: faa2cca788 Change-Id: Iad093b549719e72c51bcd7bd669981e447296fea
2017-10-24Merge "Convert external/objenesis to Android.bp" am: 3952d75432Colin Cross
am: e5e9f043e4 Change-Id: I754c5a6b870b220de96265180fe3a1c61026244b
2017-10-24Merge "Convert external/objenesis to Android.bp"android-o-mr1-iot-preview-6o-mr1-iot-preview-6Colin Cross
am: 3952d75432 Change-Id: I69d5f35c19f88e96990be568578f71e9d784ae78
2017-10-24Merge "Convert external/objenesis to Android.bp"Treehugger Robot
2017-10-18Convert external/objenesis to Android.bpColin Cross
See build/soong/README.md for more information. Test: m checkbuild Change-Id: If798f17c3470e804951ceaa9b3fa077d3f658bd9
2017-06-13Merge "Fix dependencies of packages that target earlier releases" am: ↵oreo-mr1-devPaul Duffin
30c85e8178 am: 577d18e542 am: fa27358374 am: c64fe4f2a8 Change-Id: If125945dc87e1e71d56ac23861a9d55fd02eac70
2017-06-13Merge "Fix dependencies of packages that target earlier releases" am: ↵Paul Duffin
30c85e8178 am: 577d18e542 am: fa27358374 Change-Id: I932c83068da414a84a9ffd7e8f6127608d4a7092
2017-06-13Merge "Fix dependencies of packages that target earlier releases" am: 30c85e8178android-o-mr1-preview-2android-o-mr1-preview-1Paul Duffin
am: 577d18e542 Change-Id: I4af448217e735b18f569f1d1fd18071843b0a863
2017-06-13Merge "Fix dependencies of packages that target earlier releases"Paul Duffin
am: 30c85e8178 Change-Id: Ib16772c93e263c54229ed975a8597d684351c478
2017-06-13Merge "Fix dependencies of packages that target earlier releases"android-o-preview-4android-o-iot-preview-5o-iot-preview-5Paul Duffin
2017-06-13Fix dependencies of packages that target earlier releasesPaul Duffin
A previous change added legacy-android-test as a static dependency to all packages that build against the current, test_current or system_current and failed to compile when the junit and android.test classes were removed from the API. Unfortunately, those changes did not take into account that some of those packages target earlier API versions and so will always have the classes available at runtime. This change replaces those static dependencies with dynamic dependencies for any package that targets an earlier API version. The file changes were made automatically by a tool that constructed and then analyzed a full dependency graph of all the Android Java modules. The individual changes were checked manually to ensure that the changes matched the intent. The affected modules were built against an API with the junit and android.test classes removed. Any issues found during this process resulted in either the tool being updated to address the issue or a separate change being made to fix an existing problem with the build. A sample of the affected packages were run to ensure that they worked as expected at runtime; no issues were found during testing. The following change descriptions were generated automatically and so may be a little repetitive. They are provided to give the reviewer enough information to check the comments match what has actually been changed and check the reasoning behind the changes. * tck-android/Android.mk Removed legacy-android-test from LOCAL_STATIC_JAVA_LIBRARIES because ObjenesisTck's manifest file (AndroidManifest.xml) targets API level 25 and dynamically includes the android.test.runner library at runtime so there is no point in statically including the classes. Added 'legacy-android-test' to LOCAL_JAVA_LIBRARIES because module ObjenesisTck uses classes from package android.test (possible indirectly) and needs them available at compile time. Dependency 'legacy-android-test' is used instead of 'android.test.runner' because the latter will conflict with dependencies on junit. Bug: 30188076 Test: make checkbuild and ran a sample of tests Change-Id: Ib303c34dc1f47b6e720acabc582e217861d2a7e6
2017-03-09Removed objenesis-updated as it is no longer neededandroid-vts-8.0_r2android-vts-8.0_r1android-8.0.0_r34android-8.0.0_r33android-8.0.0_r27android-8.0.0_r26android-8.0.0_r25android-8.0.0_r24android-8.0.0_r23android-8.0.0_r22android-8.0.0_r21oreo-dr3-releaseoreo-dr2-releaseoreo-dr1-releaseoreo-dr1-devoreo-devPaul Duffin
The recent upgrade of objenesis to 2.5 and the change to switch mockito-updated-target to use objenesis-target means that this code is no longer needed. Bug: 32912773 Test: make checkbuild Change-Id: I040c33b2a50fcdbb07e9a7cee27f05b0e7f1626e
2017-03-09Merge changes I9677ea07,If02819bd,I91c141ef,I9a1b61c6TreeHugger Robot
* changes: Made UnsafeFactoryInstantiator compile Update to 2.5 Fixed update_source.sh script Restructure files to match upstream objenesis
2017-03-09Merge changes I9677ea07,I88f6252c,Id4871f31,Iab45c543,Ib2ad67e3 am: ↵Paul Duffin
043ad1e610 am: a3ef09de71 am: 28bbd46e53 -s ours Change-Id: I0a656c04c0e4f9637ea2b404a7457ac0eee036ec
2017-03-09Made UnsafeFactoryInstantiator compilePaul Duffin
Tested by installing and running ObjenesisTck as described in the Android.mk file. Bug: 32912773 Test: make checkbuild and install and ran ObjenesisTck Change-Id: I9677ea078fe83c686e995b788125612cbe48c974
2017-03-09Update to 2.5Paul Duffin
Updated using ./update_source.sh 2.5 Bug: 32912773 Test: Does not build yet; see following commit (cherry picked from commit 4302006f904d6f8623062ea4f16d3a1822684f6d) Change-Id: If02819bd12ac279e3e2924fd4ee0955e6da9ccef
2017-03-09Fixed update_source.sh scriptPaul Duffin
Objenesis has moved from googlecode to github and the structure has changed slightly; see previous commit. This change updates the script to match. It also will update the README.version file to ensure that it is up to date. The tck-android/AndroidManifest.xml has moved to tck-android/src/main/AndroidManifest.xml this change updates the script to move it back in order for it to be found when building ObjenesisTck. Bug: 32912773 Test: Ran with ./update_source.sh 2.5 - see following commit (cherry picked from commit 3c95c88031b5e7d709598fe86a036704c12e121a) Change-Id: I91c141efd4b25da52d817504cd26dd23fb934f53
2017-03-09Restructure files to match upstream objenesisPaul Duffin
Makes the file structure match upstream objenesis so that it is simpler to update in future. Moving the files as a separate step to upgrading makes it easier for git to track renames and simplifies future diffs and reviews. Bug: 32912773 Test: make checkbuild (cherry picked from commit d3bfa334632023b5401df247e60cb43844cdaa72) Change-Id: I9a1b61c6967f3a3d1f618ce5c748281310e7b9f1
2017-03-09Merge changes I9677ea07,I88f6252c,Id4871f31,Iab45c543,Ib2ad67e3 am: 043ad1e610Paul Duffin
am: a3ef09de71 Change-Id: I163b1986f6d431d9c9582fa1816156c4baa090c9
2017-03-09Merge changes I9677ea07,I88f6252c,Id4871f31,Iab45c543,Ib2ad67e3android-wear-o-preview-4android-wear-o-preview-3android-o-preview-3android-o-preview-2android-n-iot-preview-4n-iot-preview-4Paul Duffin
am: 043ad1e610 Change-Id: Ia868312258d367b5a8c99d29f31fab0d3b1535a6
2017-03-09Merge changes I9677ea07,I88f6252c,Id4871f31,Iab45c543,Ib2ad67e3android-n-mr2-preview-2Paul Duffin
* changes: Made UnsafeFactoryInstantiator compile Update to 2.5 Fixed update_source.sh script Restructure files to match upstream objenesis Fix objenesis makefiles
2017-03-08Made UnsafeFactoryInstantiator compilePaul Duffin
Tested by installing and running ObjenesisTck as described in the Android.mk file. Bug: 32912773 Test: make checkbuild and install and ran ObjenesisTck Change-Id: I9677ea078fe83c686e995b788125612cbe48c974
2017-03-08Update to 2.5Paul Duffin
Updated using ./update_source.sh 2.5 Bug: 32912773 Test: Does not build yet; see following commit Change-Id: I88f6252c2b17ea6c69255e7a607678fc9fa541a5
2017-03-08Fixed update_source.sh scriptPaul Duffin
Objenesis has moved from googlecode to github and the structure has changed slightly; see previous commit. This change updates the script to match. It also will update the README.version file to ensure that it is up to date. The tck-android/AndroidManifest.xml has moved to tck-android/src/main/AndroidManifest.xml this change updates the script to move it back in order for it to be found when building ObjenesisTck. Bug: 32912773 Test: Ran with ./update_source.sh 2.5 - see following commit Change-Id: Id4871f31d85c3be5ae13240de1012af2cc0cf53e
2017-03-08Restructure files to match upstream objenesisPaul Duffin
Makes the file structure match upstream objenesis so that it is simpler to update in future. Moving the files as a separate step to upgrading makes it easier for git to track renames and simplifies future diffs and reviews. Bug: 32912773 Test: make checkbuild Change-Id: Iab45c5439b713dc600131c2cba243ca026c190a4
2017-03-08Fix objenesis makefilesColin Cross
LOCAL_PATH should always be the path to the Android.mk file, don't manually set it to a subdirectory. Partial cherry pick, ignoring changes to new files. (cherry picked from 403102914cb0a262f5d55735a7d3a8a1f6421e53) Test: builds Change-Id: Ib2ad67e383190a4df44a24050b487b2d75ea0936 Merged-In: I8de7331026650ef0888bd0f7a4e751fe80407359
2017-01-19Prepare for removal of legacy-test from default targetsPaul Duffin
In preparation for removing junit classes from the Android API the legacy-test target will be removed from the TARGET_DEFAULT_JAVA_LIBRARIES. This change adds explicit dependencies on junit and/or legacy-android-test to ensure that modules will compile properly once it is removed. Bug: 30188076 Test: make checkbuild Change-Id: Idf67b5d58260ea1baa74ee8f50053d68d57d72bd
2017-01-12Fix objenesis makefilesColin Cross
LOCAL_PATH should always be the path to the Android.mk file, don't manually set it to a subdirectory. Don't include submakefiles until the end of the build, otherwise LOCAL_PATH will get reset to the path to the submakefile. This was causing ObjenesisTck to not contain any source files. Fixes warning during makefile parsing: FindEmulator: cd: external/objenesis/objenesis-updated/tck-android/tck-android: No such file or directory Test: builds Change-Id: I8de7331026650ef0888bd0f7a4e751fe80407359
2016-12-15Add newer objenesis for newer mockito (2.2.9)Jason Monk
Test: mm Change-Id: If72eee3985bd7c53e93386f265e74202467eb5ba
2015-07-30Merge "package version metadata for external/"android-o-preview-1android-n-mr2-preview-1android-n-mr1-preview-2android-n-mr1-preview-1android-cts_7.1_r1android-cts-7.1_r9android-cts-7.1_r8android-cts-7.1_r7android-cts-7.1_r6android-cts-7.1_r5android-cts-7.1_r4android-cts-7.1_r3android-cts-7.1_r29android-cts-7.1_r28android-cts-7.1_r27android-cts-7.1_r26android-cts-7.1_r25android-cts-7.1_r24android-cts-7.1_r23android-cts-7.1_r22android-cts-7.1_r21android-cts-7.1_r20android-cts-7.1_r2android-cts-7.1_r19android-cts-7.1_r18android-cts-7.1_r17android-cts-7.1_r16android-cts-7.1_r15android-cts-7.1_r14android-cts-7.1_r13android-cts-7.1_r12android-cts-7.1_r11android-cts-7.1_r10android-cts-7.1_r1android-cts-7.0_r9android-cts-7.0_r8android-cts-7.0_r7android-cts-7.0_r6android-cts-7.0_r5android-cts-7.0_r4android-cts-7.0_r33android-cts-7.0_r32android-cts-7.0_r31android-cts-7.0_r30android-cts-7.0_r3android-cts-7.0_r29android-cts-7.0_r28android-cts-7.0_r27android-cts-7.0_r26android-cts-7.0_r25android-cts-7.0_r24android-cts-7.0_r23android-cts-7.0_r22android-cts-7.0_r21android-cts-7.0_r20android-cts-7.0_r2android-cts-7.0_r19android-cts-7.0_r18android-cts-7.0_r17android-cts-7.0_r16android-cts-7.0_r15android-cts-7.0_r14android-cts-7.0_r13android-cts-7.0_r12android-cts-7.0_r11android-cts-7.0_r10android-cts-7.0_r1android-7.1.2_r9android-7.1.2_r8android-7.1.2_r6android-7.1.2_r5android-7.1.2_r4android-7.1.2_r39android-7.1.2_r38android-7.1.2_r37android-7.1.2_r36android-7.1.2_r33android-7.1.2_r32android-7.1.2_r30android-7.1.2_r3android-7.1.2_r29android-7.1.2_r28android-7.1.2_r27android-7.1.2_r25android-7.1.2_r24android-7.1.2_r23android-7.1.2_r2android-7.1.2_r19android-7.1.2_r18android-7.1.2_r17android-7.1.2_r16android-7.1.2_r15android-7.1.2_r14android-7.1.2_r13android-7.1.2_r12android-7.1.2_r11android-7.1.2_r10android-7.1.2_r1android-7.1.1_r9android-7.1.1_r8android-7.1.1_r7android-7.1.1_r61android-7.1.1_r60android-7.1.1_r6android-7.1.1_r59android-7.1.1_r58android-7.1.1_r57android-7.1.1_r56android-7.1.1_r55android-7.1.1_r54android-7.1.1_r53android-7.1.1_r52android-7.1.1_r51android-7.1.1_r50android-7.1.1_r49android-7.1.1_r48android-7.1.1_r47android-7.1.1_r46android-7.1.1_r45android-7.1.1_r44android-7.1.1_r43android-7.1.1_r42android-7.1.1_r41android-7.1.1_r40android-7.1.1_r4android-7.1.1_r39android-7.1.1_r38android-7.1.1_r35android-7.1.1_r33android-7.1.1_r32android-7.1.1_r31android-7.1.1_r3android-7.1.1_r28android-7.1.1_r27android-7.1.1_r26android-7.1.1_r25android-7.1.1_r24android-7.1.1_r23android-7.1.1_r22android-7.1.1_r21android-7.1.1_r20android-7.1.1_r2android-7.1.1_r17android-7.1.1_r16android-7.1.1_r15android-7.1.1_r14android-7.1.1_r13android-7.1.1_r12android-7.1.1_r11android-7.1.1_r10android-7.1.1_r1android-7.1.0_r7android-7.1.0_r6android-7.1.0_r5android-7.1.0_r4android-7.1.0_r3android-7.1.0_r2android-7.1.0_r1android-7.0.0_r9android-7.0.0_r8android-7.0.0_r7android-7.0.0_r6android-7.0.0_r5android-7.0.0_r4android-7.0.0_r36android-7.0.0_r35android-7.0.0_r34android-7.0.0_r33android-7.0.0_r32android-7.0.0_r31android-7.0.0_r30android-7.0.0_r3android-7.0.0_r29android-7.0.0_r28android-7.0.0_r27android-7.0.0_r24android-7.0.0_r21android-7.0.0_r19android-7.0.0_r17android-7.0.0_r15android-7.0.0_r14android-7.0.0_r13android-7.0.0_r12android-7.0.0_r11android-7.0.0_r10android-7.0.0_r1o-previewnougat-releasenougat-mr2.3-releasenougat-mr2.2-releasenougat-mr2.1-releasenougat-mr2-security-releasenougat-mr2-releasenougat-mr2-pixel-releasenougat-mr2-devnougat-mr1.8-releasenougat-mr1.7-releasenougat-mr1.6-releasenougat-mr1.5-releasenougat-mr1.4-releasenougat-mr1.3-releasenougat-mr1.2-releasenougat-mr1.1-releasenougat-mr1-volantis-releasenougat-mr1-security-releasenougat-mr1-releasenougat-mr1-flounder-releasenougat-mr1-devnougat-mr1-cts-releasenougat-mr0.5-releasenougat-dr1-releasenougat-devnougat-cts-releasenougat-bugfix-releaseBill Napier
2015-07-24Merge "Add hostdex target for dalvik host tests"android-wear-n-preview-3android-wear-n-preview-2android-wear-n-preview-1android-wear-7.1.1_r1android-tsl-4.0android-n-preview-5android-n-preview-4android-n-preview-3android-n-preview-2android-n-preview-1android-n-iot-preview-2android-m-preview-2nougat-mr1-wear-releasen-iot-preview-2android-support-testKenny Root
2015-07-23Add hostdex target for dalvik host testsKenny Root
Change-Id: I51c55f8e3f5210117bd72782a99cdd80dbba5aed
2015-06-02package version metadata for external/Damien Miller
This will be used for automated notification of external vulnerability reports. Change-Id: I2970bc875598ed66bf9a96f2408420e1fe3a78ae
2015-05-21Add MODULE_LICENSE and NOTICEandroid-tsl-3.0android-m-preview-1android-m-previewBill Yi
Change-Id: Id4d1711e3c8a31591220d3fe47056b0046e6d5ed
2014-03-05Preparing to add GmsCore automated tests to Gradle buildandroid-wear-5.1.1_r1android-wear-5.1.0_r1android-wear-5.0.0_r1android-tsl-2.0android-l-preview_r2android-cts-6.0_r9android-cts-6.0_r8android-cts-6.0_r7android-cts-6.0_r6android-cts-6.0_r5android-cts-6.0_r4android-cts-6.0_r32android-cts-6.0_r31android-cts-6.0_r30android-cts-6.0_r3android-cts-6.0_r29android-cts-6.0_r28android-cts-6.0_r27android-cts-6.0_r26android-cts-6.0_r25android-cts-6.0_r24android-cts-6.0_r23android-cts-6.0_r22android-cts-6.0_r21android-cts-6.0_r20android-cts-6.0_r2android-cts-6.0_r19android-cts-6.0_r18android-cts-6.0_r17android-cts-6.0_r16android-cts-6.0_r15android-cts-6.0_r14android-cts-6.0_r13android-cts-6.0_r12android-cts-6.0_r1android-cts-5.1_r9android-cts-5.1_r8android-cts-5.1_r7android-cts-5.1_r6android-cts-5.1_r5android-cts-5.1_r4android-cts-5.1_r3android-cts-5.1_r28android-cts-5.1_r27android-cts-5.1_r26android-cts-5.1_r25android-cts-5.1_r24android-cts-5.1_r23android-cts-5.1_r22android-cts-5.1_r21android-cts-5.1_r20android-cts-5.1_r2android-cts-5.1_r19android-cts-5.1_r18android-cts-5.1_r17android-cts-5.1_r16android-cts-5.1_r15android-cts-5.1_r14android-cts-5.1_r13android-cts-5.1_r10android-cts-5.1_r1android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-6.0.1_r9android-6.0.1_r81android-6.0.1_r80android-6.0.1_r8android-6.0.1_r79android-6.0.1_r78android-6.0.1_r77android-6.0.1_r74android-6.0.1_r73android-6.0.1_r72android-6.0.1_r70android-6.0.1_r7android-6.0.1_r69android-6.0.1_r68android-6.0.1_r67android-6.0.1_r66android-6.0.1_r65android-6.0.1_r63android-6.0.1_r62android-6.0.1_r61android-6.0.1_r60android-6.0.1_r59android-6.0.1_r58android-6.0.1_r57android-6.0.1_r56android-6.0.1_r55android-6.0.1_r54android-6.0.1_r53android-6.0.1_r52android-6.0.1_r51android-6.0.1_r50android-6.0.1_r5android-6.0.1_r49android-6.0.1_r48android-6.0.1_r47android-6.0.1_r46android-6.0.1_r45android-6.0.1_r43android-6.0.1_r42android-6.0.1_r41android-6.0.1_r40android-6.0.1_r4android-6.0.1_r33android-6.0.1_r32android-6.0.1_r31android-6.0.1_r30android-6.0.1_r3android-6.0.1_r28android-6.0.1_r27android-6.0.1_r26android-6.0.1_r25android-6.0.1_r24android-6.0.1_r22android-6.0.1_r21android-6.0.1_r20android-6.0.1_r18android-6.0.1_r17android-6.0.1_r16android-6.0.1_r13android-6.0.1_r12android-6.0.1_r11android-6.0.1_r10android-6.0.1_r1android-6.0.0_r7android-6.0.0_r6android-6.0.0_r5android-6.0.0_r41android-6.0.0_r4android-6.0.0_r3android-6.0.0_r26android-6.0.0_r25android-6.0.0_r24android-6.0.0_r23android-6.0.0_r2android-6.0.0_r13android-6.0.0_r12android-6.0.0_r11android-6.0.0_r1android-5.1.1_r9android-5.1.1_r8android-5.1.1_r7android-5.1.1_r6android-5.1.1_r5android-5.1.1_r4android-5.1.1_r38android-5.1.1_r37android-5.1.1_r36android-5.1.1_r35android-5.1.1_r34android-5.1.1_r33android-5.1.1_r30android-5.1.1_r3android-5.1.1_r29android-5.1.1_r28android-5.1.1_r26android-5.1.1_r25android-5.1.1_r24android-5.1.1_r23android-5.1.1_r22android-5.1.1_r20android-5.1.1_r2android-5.1.1_r19android-5.1.1_r18android-5.1.1_r17android-5.1.1_r16android-5.1.1_r15android-5.1.1_r14android-5.1.1_r13android-5.1.1_r12android-5.1.1_r10android-5.1.1_r1android-5.1.0_r5android-5.1.0_r4android-5.1.0_r3android-5.1.0_r1android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1master-soongmarshmallow-releasemarshmallow-mr3-releasemarshmallow-mr2-releasemarshmallow-mr1-releasemarshmallow-mr1-devmarshmallow-dr1.6-releasemarshmallow-dr1.5-releasemarshmallow-dr1.5-devmarshmallow-dr-releasemarshmallow-dr-dragon-releasemarshmallow-dr-devmarshmallow-devmarshmallow-cts-releaselollipop-wear-releaselollipop-releaselollipop-mr1-wfc-releaselollipop-mr1-releaselollipop-mr1-fi-releaselollipop-mr1-devlollipop-mr1-cts-releaselollipop-devlollipop-cts-releasel-previewandroid-live-tv-l-mr1android-live-tvJustin Morey
Change-Id: I6e287ad2f5081a3855db82afa40d6133b5ce0ae7
2013-02-04Build and run the Objenesis TCK on Androidandroid-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4w_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1android-4.3_r3.1android-4.3_r3android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1android-4.3_r2android-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9android-4.3.1_r1tools_r22.2kitkat-wearkitkat-releasekitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-devkitkat-cts-releasekitkat-cts-devjb-mr2.0.0-releasejb-mr2.0-releasejb-mr2-releasejb-mr2-devidea133-weekly-releaseidea133Ian Parkinson
Change-Id: I35dd67b3f6a14b275e8a5bb883a952002c6bafcb
2013-01-31Bump objenesis to SDK 10.Brett Chabot
SDK 9 doesn't appear to be an officially supported API level. The API 9 platform isn't available through the SDK manager. Change-Id: I8a81821b0d01b7dbaafebd05d56f06d24f236e18
2013-01-30Merge "Add objenesis makefile"Brett Chabot
2013-01-30Add objenesis makefileBrett Chabot
Change-Id: Ifd8144bafbd4fe25800284a2c33e75a2f7e43c40
2013-01-30Fetch of Objenesis source at r270Ian Parkinson
Change-Id: Ia7b95c1abb7512272b3b6ae2c6db306e49a48450
2013-01-30Objenesis update_source script and READMEIan Parkinson
Change-Id: I9482b807679c681c56abb82d19cb4930bd7ca9b1