aboutsummaryrefslogtreecommitdiff
path: root/sdk/sdk_test.go
Commit message (Expand)AuthorAgeFilesLines
* Retry: Separate hidden API flags needed in sdk snapshots for S and TPaul Duffin2021-10-051-6/+4
* Retry: Support generating sdk snapshot for specific build releasePaul Duffin2021-10-041-0/+85
* Revert "Support generating sdk snapshot for specific build release"Salmax Chang2021-10-041-85/+0
* Revert "Separate hidden API flags needed in sdk snapshots for S and T"Salmax Chang2021-10-041-4/+6
* Separate hidden API flags needed in sdk snapshots for S and TPaul Duffin2021-10-011-6/+4
* Support generating sdk snapshot for specific build releasePaul Duffin2021-10-011-0/+85
* Replace android.BuildOs with Config.BuildOSColin Cross2021-07-201-3/+5
* Support generating sdk snapshots that can be selected by Soong config varsPaul Duffin2021-07-141-0/+43
* Revert "Flag to control if generated SDK prebuilts are preferred."Mathew Inwood2021-07-071-65/+0
* Flag to control if generated SDK prebuilts are preferred.Mathew Inwood2021-06-291-0/+65
* Add SOONG_SDK_SNAPSHOT_VERSION supportPaul Duffin2021-05-121-0/+97
* Add SOONG_SDK_SNAPSHOT_PREFER supportPaul Duffin2021-05-071-0/+39
* Add baseline test for sdk snapshot env variablesPaul Duffin2021-05-061-0/+62
* Migrate sdk package to a per test build directoryPaul Duffin2021-03-181-1/+1
* Stop sdk package depending on testing.T being embedded in TestResultPaul Duffin2021-03-131-13/+8
* Switch CheckSnapshot from a testSdkResult method to a functionPaul Duffin2021-03-111-2/+2
* Merge "Remove duplicate sdk.TestHelper"Paul Duffin2021-03-101-2/+2
|\
| * Remove duplicate sdk.TestHelperPaul Duffin2021-03-101-2/+2
* | Simplify TestSdkInstallPaul Duffin2021-03-091-5/+2
|/
* Always set apex_available in SDK snapshots.Martin Stjernholm2020-11-041-0/+8
* Revert "Make lots of tests run in parallel"Colin Cross2020-10-091-5/+0
* Make lots of tests run in parallelColin Cross2020-10-061-0/+5
* Add prebuilt_visibility propertyPaul Duffin2020-10-021-2/+49
* Disable all SDK snapshot generation tests on mac.Martin Stjernholm2020-07-151-0/+9
* Fix special case when appending a visibility rule to //visibility:private.Martin Stjernholm2020-05-141-0/+24
* Add explicit visibility on the self package in EffectiveVisibilityRules.Martin Stjernholm2020-05-141-4/+16
* Don't print :__pkg__ for package rules, since that's the default.Martin Stjernholm2020-05-141-5/+5
* Retry: Adds support for 'ignored-on-host'Paul Duffin2020-05-081-1/+4
* Retry: Detect invalid arch specific properties in snapshotPaul Duffin2020-05-081-5/+28
* Revert "Detect invalid arch specific properties in snapshot"Greg Kaiser2020-05-081-28/+5
* Revert "Adds support for 'ignored-on-host'"Greg Kaiser2020-05-081-4/+1
* Adds support for 'ignored-on-host'Paul Duffin2020-05-071-1/+4
* Detect invalid arch specific properties in snapshotPaul Duffin2020-05-071-5/+28
* Allow extractCommonProperties to return an errorPaul Duffin2020-05-061-1/+13
* Correct order of parameters to AssertDeepEqualsPaul Duffin2020-05-061-6/+9
* Encapsulate properties to be optimized in a containerPaul Duffin2020-05-061-1/+5
* Support extracting common values from embedded structuresPaul Duffin2020-03-131-0/+105
* Fix apex_availableJooyung Han2020-03-101-1/+2
* Add a nice install paths for module SDKs and exports.Nicolas Geoffray2020-03-041-0/+16
* Add CommonOS variant for sdkPaul Duffin2020-03-021-1/+1
* Simplify visibility rules that include //visibility:publicPaul Duffin2020-02-201-0/+6
* Ensure prebuilt modules have same visibility as source modulesPaul Duffin2019-12-091-0/+120
* Support header and implementation jars in sdkPaul Duffin2019-12-061-2/+2
* Extract the cc and java sdk related tests out into their own filePaul Duffin2019-12-061-524/+0
* Improve testing of sdk snapshot generationPaul Duffin2019-12-061-128/+56
* Separate sdk testing infrastructure from sdk testsPaul Duffin2019-12-061-170/+3
* Parameterize the sdk member processingPaul Duffin2019-12-061-1/+1
* Use static build rules in snapshot generationPaul Duffin2019-12-061-31/+43
* Disable TestHostSnapshot test for non-linux buildPaul Duffin2019-12-041-0/+10
* Add support for host sdkPaul Duffin2019-12-021-0/+192