aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-09Pin tradefed dependencies to Java 11 am: b2e4b02428 am: 88733d03cf am: ↵HEADandroid-14.0.0_r45android-14.0.0_r44android-14.0.0_r43android-14.0.0_r42android-14.0.0_r41android-14.0.0_r40android-14.0.0_r39android-14.0.0_r38android-14.0.0_r37android-14.0.0_r36android-14.0.0_r35android-14.0.0_r34android-14.0.0_r33android-14.0.0_r32android-14.0.0_r31android-14.0.0_r30android-14.0.0_r29android-14.0.0_r27android-14.0.0_r26android-14.0.0_r25android-14.0.0_r24android-14.0.0_r23android-14.0.0_r22android-14.0.0_r21android-14.0.0_r20android-14.0.0_r19android-14.0.0_r18android-14.0.0_r17android-14.0.0_r16aml_hef_341717050aml_hef_341613000aml_hef_341512030aml_hef_341415040aml_hef_341311010aml_hef_341114030aml_cfg_341510000mastermainandroid14-qpr2-s5-releaseandroid14-qpr2-s4-releaseandroid14-qpr2-s3-releaseandroid14-qpr2-s2-releaseandroid14-qpr2-s1-releaseandroid14-qpr2-releaseandroid14-qpr1-s2-releaseandroid14-qpr1-releaseandroid14-mainline-healthfitness-releaseandroid14-devandroid14-d2-s5-releaseandroid14-d2-s4-releaseandroid14-d2-s3-releaseandroid14-d2-s2-releaseandroid14-d2-s1-releaseandroid14-d2-releaseSorin Basca
e0e0680fbc Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2421226 Change-Id: I414ada0d91733a35f30b04d4142705bcf1815ca0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-09Pin tradefed dependencies to Java 11 am: b2e4b02428 am: 88733d03cfSorin Basca
Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2421226 Change-Id: Ib1cd60942bd18bdf5d3eddf1f3745383473a5cf2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-09Pin tradefed dependencies to Java 11 am: b2e4b02428android-u-beta-1-gplSorin Basca
Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2421226 Change-Id: I6cd65dea89c24a7bcf767214b01ec72fc460dcd2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-04Pin tradefed dependencies to Java 11Sorin Basca
Bug: 267831518 Test: TH Change-Id: Ia51ae35e3d5fde29970b7880be0bcfb11f964bc9
2022-10-26Fix errorprone warnings that should be errors am: 598f1fad23 am: efb78af776 ↵Cole Faust
am: b4036bde78 Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2256448 Change-Id: Id2c4737796b891505106781a6175fddd0d70190e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-10-26Fix errorprone warnings that should be errors am: 598f1fad23 am: efb78af776Cole Faust
Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2256448 Change-Id: I7caefce35597fe2bfcb30bff936158e099e1fa74 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-10-26Fix errorprone warnings that should be errors am: 598f1fad23main-16k-with-phonesCole Faust
Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2256448 Change-Id: I92228287f528e93e7b7a5fc172737c63ca395593 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-10-15Fix errorprone warnings that should be errorsCole Faust
This commit is part of a large scale change to fix errorprone errors that have been downgraded to warnings in the android source tree, so that they can be promoted to errors again. The full list of changes include the following, but not all will be present in any one individual commit: BadAnnotationImplementation BadShiftAmount BanJNDI BoxedPrimitiveEquality ComparableType ComplexBooleanConstant CollectionToArraySafeParameter ConditionalExpressionNumericPromotion DangerousLiteralNull DoubleBraceInitialization DurationFrom DurationTemporalUnit EmptyTopLevelDeclaration EqualsNull EqualsReference FormatString FromTemporalAccessor GetClassOnAnnotation GetClassOnClass HashtableContains IdentityBinaryExpression IdentityHashMapBoxing InstantTemporalUnit InvalidTimeZoneID InvalidZoneId IsInstanceIncompatibleType JUnitParameterMethodNotFound LockOnBoxedPrimitive MathRoundIntLong MislabeledAndroidString MisusedDayOfYear MissingSuperCall MisusedWeekYear ModifyingCollectionWithItself NoCanIgnoreReturnValueOnClasses NonRuntimeAnnotation NullableOnContainingClass NullTernary OverridesJavaxInjectableMethod ParcelableCreator PeriodFrom PreconditionsInvalidPlaceholder ProtoBuilderReturnValueIgnored ProtoFieldNullComparison RandomModInteger RectIntersectReturnValueIgnored ReturnValueIgnored SelfAssignment SelfComparison SelfEquals SizeGreaterThanOrEqualsZero StringBuilderInitWithChar TreeToString TryFailThrowable UnnecessaryCheckNotNull UnusedCollectionModifiedInPlace XorPower See https://errorprone.info/bugpatterns for more information on the checks. Bug: 253827323 Test: m RUN_ERROR_PRONE=true javac-check Change-Id: I8bdad4f5c2d4e9d559faaa11ccd5aa0a74d5991e
2022-04-20Allow @TestCaseName to be for names that are compatible with CTS/AJUR am: ↵Paul Duffin
deb706635e am: a4ec4e26a9 am: 97bb2c51d7 am: 7e97deb1b6 am: cd5c1d11b3 am: c6dc3cfa9f Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2059654 Change-Id: I74e057591e08996312288319a38a82f433df3570 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-20Allow @TestCaseName to be for names that are compatible with CTS/AJUR am: ↵android-13.0.0_r83android-13.0.0_r82android-13.0.0_r81android-13.0.0_r80android-13.0.0_r79android-13.0.0_r78android-13.0.0_r77android-13.0.0_r76android-13.0.0_r75android-13.0.0_r74android-13.0.0_r73android-13.0.0_r72android-13.0.0_r71android-13.0.0_r70android-13.0.0_r69android-13.0.0_r68android-13.0.0_r67android-13.0.0_r66android-13.0.0_r65android-13.0.0_r64android-13.0.0_r63android-13.0.0_r62android-13.0.0_r61android-13.0.0_r60android-13.0.0_r59android-13.0.0_r58android-13.0.0_r56android-13.0.0_r54android-13.0.0_r53android-13.0.0_r52android-13.0.0_r51android-13.0.0_r50android-13.0.0_r49android-13.0.0_r48android-13.0.0_r47android-13.0.0_r46android-13.0.0_r45android-13.0.0_r44android-13.0.0_r43android-13.0.0_r42android-13.0.0_r41android-13.0.0_r40android-13.0.0_r39android-13.0.0_r38android-13.0.0_r37android-13.0.0_r36android-13.0.0_r35android-13.0.0_r34android-13.0.0_r33android-13.0.0_r32android13-qpr3-s9-releaseandroid13-qpr3-s8-releaseandroid13-qpr3-s7-releaseandroid13-qpr3-s6-releaseandroid13-qpr3-s5-releaseandroid13-qpr3-s4-releaseandroid13-qpr3-s3-releaseandroid13-qpr3-s2-releaseandroid13-qpr3-s14-releaseandroid13-qpr3-s13-releaseandroid13-qpr3-s12-releaseandroid13-qpr3-s11-releaseandroid13-qpr3-s10-releaseandroid13-qpr3-s1-releaseandroid13-qpr3-releaseandroid13-qpr3-c-s8-releaseandroid13-qpr3-c-s7-releaseandroid13-qpr3-c-s6-releaseandroid13-qpr3-c-s5-releaseandroid13-qpr3-c-s4-releaseandroid13-qpr3-c-s3-releaseandroid13-qpr3-c-s2-releaseandroid13-qpr3-c-s12-releaseandroid13-qpr3-c-s11-releaseandroid13-qpr3-c-s10-releaseandroid13-qpr3-c-s1-releaseandroid13-qpr2-s9-releaseandroid13-qpr2-s8-releaseandroid13-qpr2-s7-releaseandroid13-qpr2-s6-releaseandroid13-qpr2-s5-releaseandroid13-qpr2-s3-releaseandroid13-qpr2-s2-releaseandroid13-qpr2-s12-releaseandroid13-qpr2-s11-releaseandroid13-qpr2-s10-releaseandroid13-qpr2-s1-releaseandroid13-qpr2-releaseandroid13-qpr2-b-s1-releaseandroid13-d4-s2-releaseandroid13-d4-s1-releaseandroid13-d4-releasePaul Duffin
deb706635e am: a4ec4e26a9 am: 97bb2c51d7 am: 7e97deb1b6 am: cd5c1d11b3 Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2059654 Change-Id: I3476c1eae468616a0de36fa95cc5a40a584df024 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-20Allow @TestCaseName to be for names that are compatible with CTS/AJUR am: ↵Paul Duffin
deb706635e am: a4ec4e26a9 am: 97bb2c51d7 am: 7e97deb1b6 am: 8c53111a47 Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2059654 Change-Id: Ie2295eab62e2c43724550f4686c54d468b3684db Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-20Allow @TestCaseName to be for names that are compatible with CTS/AJUR am: ↵Paul Duffin
deb706635e am: a4ec4e26a9 am: 97bb2c51d7 am: 7e97deb1b6 Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2059654 Change-Id: Ifa42db5172e95ef16fb4324a657a8dbe407065fc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-20Allow @TestCaseName to be for names that are compatible with CTS/AJUR am: ↵aml_tz4_332714070aml_tz4_332714050aml_tz4_332714010aml_tz4_331910000aml_tz4_331314030aml_tz4_331314020aml_tz4_331314010aml_tz4_331012050aml_tz4_331012040aml_tz4_331012000android13-mainline-tzdata4-releaseaml_tz4_332714010Paul Duffin
deb706635e am: a4ec4e26a9 am: 97bb2c51d7 am: 7e97deb1b6 Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2059654 Change-Id: I567786b6b1f61eb480bd90bf512b497bb6b0905a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-20Allow @TestCaseName to be for names that are compatible with CTS/AJUR am: ↵t_frc_odp_330442040t_frc_odp_330442000t_frc_ase_330444010android13-frc-odp-releaseandroid13-devPaul Duffin
deb706635e am: a4ec4e26a9 am: 97bb2c51d7 Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2059654 Change-Id: I7733f3057f5c44430e166e75263a213af4d069b3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-20Allow @TestCaseName to be for names that are compatible with CTS/AJUR am: ↵Paul Duffin
deb706635e am: a4ec4e26a9 Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2059654 Change-Id: I76ea08c09f7b627273dd2278079e8c6f11c28c1e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-20Allow @TestCaseName to be for names that are compatible with CTS/AJUR am: ↵Paul Duffin
deb706635e Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/2059654 Change-Id: I00c46dc90a92734c7c8ef9a6575cbffd5a0b4f4d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-08Allow @TestCaseName to be for names that are compatible with CTS/AJURPaul Duffin
Previously, @TestCaseName was disallowed altogether and the default format was set to {method}[{index}] which was compatible with CTS/AJUR. The intent was to prevent test authors from setting names which would break CTS/AJUR features such as retry. This change relaxes the restrictions to allow the use of @TestCaseName as long as the generated test names were compatible with CTS/AJUR, i.e. consisted of what could be a method name followed by an optional index in brackets. e.g. {method}_{0} would be allowed as long as the first parameter to the test contained characters that are allowed in an identifier. An invalid test name is detected as soon as it is created and will cause the test run to fail. Bug: 36541809 Test: Tried using @TestCaseName with valid and invalid patterns Change-Id: I1dbc99b6b181898b438997f3e6b6d79a60b212b6
2021-06-02Merge sc-mainline-prodXin Li
Bug: 189946434 Change-Id: Id6b3ccb4fa37592beb9a0abca0979a722cb96f60
2021-02-25Mark junit-params-test as not unit tests am: 5eb6329156 am: d876368f00 am: ↵android-mainline-12.0.0_r99android-mainline-12.0.0_r98android-mainline-12.0.0_r77android-mainline-12.0.0_r70android-mainline-12.0.0_r69android-mainline-12.0.0_r63android-mainline-12.0.0_r59android-mainline-12.0.0_r56android-mainline-12.0.0_r5android-mainline-12.0.0_r49android-mainline-12.0.0_r42android-mainline-12.0.0_r39android-mainline-12.0.0_r22android-mainline-12.0.0_r19android-mainline-12.0.0_r122android-mainline-12.0.0_r115android-mainline-12.0.0_r113android-mainline-12.0.0_r100aml_tz3_311312010android12-mainline-networkstack-releaseandroid12-mainline-art-releaseJulien Desprez
4bf8d0464c am: 4de802c98f Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/1603183 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I04f206b3e27044e764945ab7d475e55968bbbfea
2021-02-25Mark junit-params-test as not unit tests am: 5eb6329156 am: d876368f00 am: ↵Julien Desprez
4bf8d0464c am: 4de802c98f Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/1603183 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iaf7232b435d0dbe3ab39fd15c400fe5600a9fc28
2021-02-24Mark junit-params-test as not unit tests am: 5eb6329156 am: d876368f00 am: ↵android-t-preview-2android-t-preview-1android-t-beta-3android-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-3android-s-v2-beta-2android-s-qpr3-beta-1android-mainline-12.0.0_r4android-mainline-12.0.0_r36android-12.1.0_r9android-12.1.0_r8android-12.1.0_r7android-12.1.0_r26android-12.1.0_r25android-12.1.0_r24android-12.1.0_r23android-12.1.0_r22android-12.1.0_r21android-12.1.0_r20android-12.1.0_r19android-12.1.0_r18android-12.1.0_r17android-12.1.0_r16android-12.1.0_r15android-12.1.0_r14android-12.1.0_r13android-12.1.0_r12android-12.1.0_r11android-12.1.0_r10android-12.0.0_r32android-12.0.0_r29android-12.0.0_r28android-12.0.0_r27android-12.0.0_r26android-12.0.0_r21android-12.0.0_r20android-12.0.0_r19android-12.0.0_r18android-12.0.0_r16android12L-devandroid12L-d2-s8-releaseandroid12L-d2-s7-releaseandroid12L-d2-s6-releaseandroid12L-d2-s5-releaseandroid12L-d2-s4-releaseandroid12L-d2-s3-releaseandroid12L-d2-s2-releaseandroid12L-d2-s1-releaseandroid12L-d2-releaseandroid12-qpr3-s7-releaseandroid12-qpr3-s6-releaseandroid12-qpr3-s5-releaseandroid12-qpr3-s4-releaseandroid12-qpr3-s3-releaseandroid12-qpr3-s2-releaseandroid12-qpr3-s1-releaseandroid12-qpr3-releaseandroid12-qpr1-releaseandroid12-qpr1-d-s3-releaseandroid12-qpr1-d-s2-releaseandroid12-qpr1-d-s1-releaseandroid12-qpr1-d-releaseandroid12-devandroid12--mainline-releaseandroid-t-preview-1android-s-v2-preview-1android-s-v2-beta-3android-s-qpr3-beta-1Julien Desprez
4bf8d0464c Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/1603183 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id0f5a4aff5fb058fd47e229b80f9a81e8f337f2e
2021-02-24Mark junit-params-test as not unit tests am: 5eb6329156 am: d876368f00Julien Desprez
Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/1603183 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I66746d22f418fa232cb6229d340e1200d78bbfa9
2021-02-24Mark junit-params-test as not unit tests am: 5eb6329156android-s-beta-5android-s-beta-4android-s-beta-3android-s-beta-2android-s-beta-1android-s-beta-5android-s-beta-4Julien Desprez
Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/1603183 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I1c87c0ffab7cf0fc708a531ff39e7422e29ad914
2021-02-24Mark junit-params-test as not unit testsJulien Desprez
They have one existing failure due to update in Junit error text. These tests would be hard to maintain in presubmit as unit_tests since they are external. Test: presubmit Bug: 180736967 Change-Id: I531c5c950b1ee4cf12fc9109d855eea8f9563f65
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to external/junit-params am: e615c58961 am: ↵Bob Badour
6509733e56 am: 925b046b73 am: 308339991a Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/1588971 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I51c6a40404dfb66c7b400daeee4d866e3a28dfe5
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to external/junit-params am: e615c58961 am: ↵Bob Badour
6509733e56 am: 925b046b73 am: 308339991a Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/1588971 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I10e612cc9f8850a4a0cb15efedad7d2bf736db90
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to external/junit-params am: e615c58961 am: ↵Bob Badour
6509733e56 am: 925b046b73 Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/1588971 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I073a1da07455d88c56933a1a541d534dcef6c809
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to external/junit-params am: e615c58961 am: ↵Bob Badour
6509733e56 Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/1588971 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I1668b1366e5e2e0f6a4c1f19eac617821523c8d1
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to external/junit-params am: e615c58961Bob Badour
Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/1588971 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ib7efd557b91d89867f50dc869de786beed46f008
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/junit-paramsandroid-s-preview-1Bob Badour
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I68439a22abd65fb246be3585940f9e4c49fa0ada
2020-04-24Add license type: Apache2 is a NOTICE license am: 3a90a1411f am: 96cef880fa ↵Bob Badour
am: 2d13478f2d am: fb7c4a6218 am: e21cb0ad35 Change-Id: Ic50ac4e1f9a5e295e0304a6486e14dff38620dfd
2020-04-24Add license type: Apache2 is a NOTICE license am: 3a90a1411f am: 96cef880fa ↵Bob Badour
am: 2d13478f2d am: fb7c4a6218 Change-Id: I3da3697a2f1cbe000ba170d78760f208063776c8
2020-04-24Add license type: Apache2 is a NOTICE license am: 3a90a1411f am: 96cef880fa ↵Bob Badour
am: 2d13478f2d Change-Id: I6a5462ec627080691c2c50ff343143dad8ccaa55
2020-04-24Add license type: Apache2 is a NOTICE license am: 3a90a1411f am: 96cef880faBob Badour
Change-Id: Iac7d40f0d72c3bba56a3f6f615b4888cc93e8a09
2020-04-24Add license type: Apache2 is a NOTICE license am: 3a90a1411fandroid-r-beta-3android-r-beta-2Bob Badour
Change-Id: I0f3c2a2df56cb238f035eaebd59a4c1a59d5ef2e
2020-04-23Add license type: Apache2 is a NOTICE licenseBob Badour
Bug: 68860345 Bug: 69058154 Bug: 151953481 Test: no code changes Change-Id: I0aa5c6e649930c6e76322e262948fbd9ba63e334
2019-02-24[automerger skipped] DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-masterr_aml_301500702q_tzdata_aml_297100400q_tzdata_aml_297100300q_tzdata_aml_297100000q_tzdata_aml_296200000q_tzdata_aml_295600118q_tzdata_aml_295600110q_tzdata_aml_295500002q_tzdata_aml_295500001q_tzdata_aml_294400310android-vts-11.0_r9android-vts-11.0_r8android-vts-11.0_r7android-vts-11.0_r6android-vts-11.0_r5android-vts-11.0_r4android-vts-11.0_r3android-vts-11.0_r2android-vts-11.0_r16android-vts-11.0_r15android-vts-11.0_r14android-vts-11.0_r13android-vts-11.0_r12android-vts-11.0_r11android-vts-11.0_r10android-vts-11.0_r1android-security-11.0.0_r76android-security-11.0.0_r75android-security-11.0.0_r74android-security-11.0.0_r73android-security-11.0.0_r72android-security-11.0.0_r71android-security-11.0.0_r70android-security-11.0.0_r69android-security-11.0.0_r68android-security-11.0.0_r67android-security-11.0.0_r66android-security-11.0.0_r65android-security-11.0.0_r64android-security-11.0.0_r63android-security-11.0.0_r62android-security-11.0.0_r61android-security-11.0.0_r60android-security-11.0.0_r59android-security-11.0.0_r58android-security-11.0.0_r57android-security-11.0.0_r56android-security-11.0.0_r55android-security-11.0.0_r54android-security-11.0.0_r53android-security-11.0.0_r52android-security-11.0.0_r51android-security-11.0.0_r50android-security-11.0.0_r49android-security-11.0.0_r1android-r-preview-4android-r-preview-3android-r-preview-2android-r-preview-1android-platform-11.0.0_r9android-platform-11.0.0_r8android-platform-11.0.0_r7android-platform-11.0.0_r6android-platform-11.0.0_r5android-platform-11.0.0_r40android-platform-11.0.0_r4android-platform-11.0.0_r39android-platform-11.0.0_r38android-platform-11.0.0_r37android-platform-11.0.0_r36android-platform-11.0.0_r35android-platform-11.0.0_r34android-platform-11.0.0_r33android-platform-11.0.0_r32android-platform-11.0.0_r31android-platform-11.0.0_r30android-platform-11.0.0_r3android-platform-11.0.0_r29android-platform-11.0.0_r28android-platform-11.0.0_r27android-platform-11.0.0_r26android-platform-11.0.0_r25android-platform-11.0.0_r24android-platform-11.0.0_r23android-platform-11.0.0_r22android-platform-11.0.0_r21android-platform-11.0.0_r20android-platform-11.0.0_r2android-platform-11.0.0_r19android-platform-11.0.0_r18android-platform-11.0.0_r17android-platform-11.0.0_r16android-platform-11.0.0_r15android-platform-11.0.0_r14android-platform-11.0.0_r13android-platform-11.0.0_r12android-platform-11.0.0_r11android-platform-11.0.0_r10android-platform-11.0.0_r1android-mainline-12.0.0_r55android-mainline-12.0.0_r54android-mainline-12.0.0_r111android-mainline-11.0.0_r9android-mainline-11.0.0_r8android-mainline-11.0.0_r7android-mainline-11.0.0_r6android-mainline-11.0.0_r5android-mainline-11.0.0_r45android-mainline-11.0.0_r44android-mainline-11.0.0_r43android-mainline-11.0.0_r42android-mainline-11.0.0_r41android-mainline-11.0.0_r40android-mainline-11.0.0_r4android-mainline-11.0.0_r39android-mainline-11.0.0_r38android-mainline-11.0.0_r37android-mainline-11.0.0_r36android-mainline-11.0.0_r35android-mainline-11.0.0_r34android-mainline-11.0.0_r33android-mainline-11.0.0_r32android-mainline-11.0.0_r31android-mainline-11.0.0_r30android-mainline-11.0.0_r3android-mainline-11.0.0_r29android-mainline-11.0.0_r28android-mainline-11.0.0_r27android-mainline-11.0.0_r26android-mainline-11.0.0_r25android-mainline-11.0.0_r24android-mainline-11.0.0_r23android-mainline-11.0.0_r22android-mainline-11.0.0_r21android-mainline-11.0.0_r20android-mainline-11.0.0_r2android-mainline-11.0.0_r19android-mainline-11.0.0_r18android-mainline-11.0.0_r17android-mainline-11.0.0_r16android-mainline-11.0.0_r15android-mainline-11.0.0_r14android-mainline-11.0.0_r13android-mainline-11.0.0_r12android-mainline-11.0.0_r10android-mainline-11.0.0_r1android-mainline-10.0.0_r9android-mainline-10.0.0_r8android-mainline-10.0.0_r7android-mainline-10.0.0_r6android-mainline-10.0.0_r5android-mainline-10.0.0_r4android-mainline-10.0.0_r13android-mainline-10.0.0_r12android-mainline-10.0.0_r11android-mainline-10.0.0_r10android-cts-11.0_r9android-cts-11.0_r8android-cts-11.0_r7android-cts-11.0_r6android-cts-11.0_r5android-cts-11.0_r4android-cts-11.0_r3android-cts-11.0_r2android-cts-11.0_r16android-cts-11.0_r15android-cts-11.0_r14android-cts-11.0_r13android-cts-11.0_r12android-cts-11.0_r11android-cts-11.0_r10android-cts-11.0_r1android-11.0.0_r9android-11.0.0_r8android-11.0.0_r7android-11.0.0_r6android-11.0.0_r5android-11.0.0_r48android-11.0.0_r47android-11.0.0_r46android-11.0.0_r45android-11.0.0_r44android-11.0.0_r43android-11.0.0_r42android-11.0.0_r41android-11.0.0_r40android-11.0.0_r4android-11.0.0_r39android-11.0.0_r38android-11.0.0_r37android-11.0.0_r36android-11.0.0_r35android-11.0.0_r34android-11.0.0_r33android-11.0.0_r32android-11.0.0_r31android-11.0.0_r30android-11.0.0_r3android-11.0.0_r29android-11.0.0_r28android-11.0.0_r27android-11.0.0_r26android-11.0.0_r25android-11.0.0_r24android-11.0.0_r23android-11.0.0_r22android-11.0.0_r21android-11.0.0_r20android-11.0.0_r2android-11.0.0_r19android-11.0.0_r18android-11.0.0_r17android-11.0.0_r16android-11.0.0_r15android-11.0.0_r14android-11.0.0_r13android-11.0.0_r12android-11.0.0_r11android-11.0.0_r10android-11.0.0_r1android-10.0.0_r9android-10.0.0_r8android-10.0.0_r7android-10.0.0_r45android-10.0.0_r44android-10.0.0_r43android-10.0.0_r42android-10.0.0_r41android-10.0.0_r40android-10.0.0_r39android-10.0.0_r38android-10.0.0_r37android-10.0.0_r36android-10.0.0_r35android-10.0.0_r34android-10.0.0_r33android-10.0.0_r32android-10.0.0_r31android-10.0.0_r30android-10.0.0_r29android-10.0.0_r28android-10.0.0_r27android-10.0.0_r26android-10.0.0_r25android-10.0.0_r24android-10.0.0_r23android-10.0.0_r22android-10.0.0_r21android-10.0.0_r20android-10.0.0_r19android-10.0.0_r18android-10.0.0_r16android-10.0.0_r15android-10.0.0_r14android-10.0.0_r13android-10.0.0_r12q_tzdata_aml_297100000ndk-sysroot-r21android12-mainline-tzdata-releaseandroid11-tests-releaseandroid11-security-releaseandroid11-s1-releaseandroid11-releaseandroid11-qpr3-s1-releaseandroid11-qpr3-releaseandroid11-qpr2-releaseandroid11-qpr1-s2-releaseandroid11-qpr1-s1-releaseandroid11-qpr1-releaseandroid11-qpr1-d-s1-releaseandroid11-qpr1-d-releaseandroid11-qpr1-c-releaseandroid11-platform-releaseandroid11-mainline-tethering-releaseandroid11-mainline-sparse-2021-jan-releaseandroid11-mainline-sparse-2020-dec-releaseandroid11-mainline-releaseandroid11-mainline-permission-releaseandroid11-mainline-os-statsd-releaseandroid11-mainline-networkstack-releaseandroid11-mainline-media-swcodec-releaseandroid11-mainline-media-releaseandroid11-mainline-extservices-releaseandroid11-mainline-documentsui-releaseandroid11-mainline-conscrypt-releaseandroid11-mainline-cellbroadcast-releaseandroid11-mainline-captiveportallogin-releaseandroid11-gsiandroid11-devandroid11-d2-releaseandroid11-d1-s7-releaseandroid11-d1-s6-releaseandroid11-d1-s5-releaseandroid11-d1-s1-releaseandroid11-d1-releaseandroid11-d1-b-releaseandroid10-qpr3-s1-releaseandroid10-qpr3-releaseandroid10-qpr2-s4-releaseandroid10-qpr2-s3-releaseandroid10-qpr2-s2-releaseandroid10-qpr2-s1-releaseandroid10-qpr2-releaseandroid10-qpr1-releaseandroid10-qpr1-mainline-releaseandroid10-qpr1-d-releaseandroid10-qpr1-c-s1-releaseandroid10-qpr1-c-releaseandroid10-qpr1-b-s1-releaseandroid10-qpr1-b-releaseandroid10-mainline-tzdata-releaseandroid10-mainline-resolv-releaseandroid10-mainline-networking-releaseandroid10-mainline-media-releaseandroid10-devandroid10-d4-s1-releaseandroid10-d4-releaseandroid10-c2f2-s2-releaseandroid10-c2f2-s1-releaseandroid10-c2f2-releaseandroid10-android13-mainline-tzdata-releaseXin Li
am: 9e2e1441d3 -s ours am skip reason: subject contains skip directive Change-Id: Ibf0513d920750c9536aef1b71841bf2386be0de6
2019-02-20DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-masterandroid-o-mr1-iot-release-1.0.14android-o-mr1-iot-release-1.0.13Xin Li
Bug: 120848293 Change-Id: I546f31690b4aa9b20be45e04d35d757294666365
2019-01-11Add default code reviewers into OWNERS am: 9455ffae9d am: 4f3e711b44Chih-Hung Hsieh
am: ad1f27db5c Change-Id: I9374a8ac12d502ad02d8ff3da8b68ebad78a22dd
2019-01-11Add default code reviewers into OWNERS am: 9455ffae9dChih-Hung Hsieh
am: 4f3e711b44 Change-Id: Ie42492e39deab7970d17e23bbd3c50901ec9f2ad
2019-01-11Add default code reviewers into OWNERSChih-Hung Hsieh
am: 9455ffae9d Change-Id: Ib07a14bb1fdfcaf84e013267113ab91b86d262c0
2019-01-10Add default code reviewers into OWNERSandroid-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1android-o-mr1-iot-release-1.0.12android-o-mr1-iot-release-1.0.10oreo-mr1-iot-releaseChih-Hung Hsieh
Bug: 33166666 Test: gerrit uploader Change-Id: Iaa325f76b357b165b7a5ccf945dcfc2ebdca7a2c
2018-09-25Compile against core public SDK APIs only am: f78c7816cd am: d4c2ffb2d9Neil Fuller
am: 1ca4444fe1 Change-Id: Ib0e8c38a8931ea93aa36aeefa2876cfacad1f3be
2018-09-25Compile against core public SDK APIs only am: f78c7816cdNeil Fuller
am: d4c2ffb2d9 Change-Id: I7a0c845344a0f5ab32fbf7b7f902b5cc1baf9ccd
2018-09-25Compile against core public SDK APIs onlyandroid-wear-8.0.0_r2android-o-mr1-iot-release-smart-display-r9android-o-mr1-iot-release-smart-display-r8android-o-mr1-iot-release-smart-display-r5android-o-mr1-iot-release-smart-display-r40.1Jandroid-o-mr1-iot-release-smart-display-r4android-o-mr1-iot-release-smart-display-r39android-o-mr1-iot-release-smart-display-r30android-o-mr1-iot-release-smart-display-r22android-o-mr1-iot-release-smart-display-r14android-o-mr1-iot-release-smart-clock-r6android-o-mr1-iot-release-smart-clock-r2android-o-mr1-iot-release-smart-clock-fsiandroid-o-mr1-iot-release-smart-clock-fcsandroid-o-mr1-iot-release-cube_r2android-o-mr1-iot-release-cube-fsiandroid-o-mr1-iot-release-cube-fcsandroid-o-mr1-iot-release-1.0.8android-o-mr1-iot-release-1.0.7Neil Fuller
am: f78c7816cd Change-Id: Iae74a12537287c70b84e20ca2c8bbee9f4d32964
2018-09-25Compile against core public SDK APIs onlyandroid-o-mr1-iot-release-smart-display-r3android-o-mr1-iot-release-1.0.5oreo-mr1-1.2-iot-releasemaster-cuttlefish-testing-releaseNeil Fuller
Explicitly compile using core_current, which are the public SDK APIs provided by the core libraries. Bug: 113148576 Test: build / treehugger Change-Id: I9412425e2aec33dd7a6d23ab18362e7f22234efa
2018-09-11Add METADATA for JUnitParams am: 02588d3537 am: 5d54d9630eHaibo Huang
am: a6f68b357b Change-Id: I5b07e66d2f720a81ad4e1db1ac7210721740c921
2018-09-11Add METADATA for JUnitParams am: 02588d3537Haibo Huang
am: 5d54d9630e Change-Id: I2c1a4253eabffb2a153111aa2b0ec9a41193adc6
2018-09-11Add METADATA for JUnitParamsHaibo Huang
am: 02588d3537 Change-Id: I1940ca01b48fd9dc801b44d2a6bf8a616b2a5139
2018-09-11Add METADATA for JUnitParamsHaibo Huang
Test: NA Change-Id: I05b1a26b30bb706475e6d4ed591dbe7d62f6ab85