aboutsummaryrefslogtreecommitdiffstats
path: root/sdk/sdk_test.go
Commit message (Expand)AuthorAgeFilesLines
* Fix special case when appending a visibility rule to //visibility:private.Martin Stjernholm2020-05-161-0/+24
* Add explicit visibility on the self package in EffectiveVisibilityRules.Martin Stjernholm2020-05-161-4/+16
* Don't print :__pkg__ for package rules, since that's the default.Martin Stjernholm2020-05-161-5/+5
* Retry: Adds support for 'ignored-on-host'Paul Duffin2020-05-101-1/+4
* Retry: Detect invalid arch specific properties in snapshotPaul Duffin2020-05-101-5/+28
* Allow extractCommonProperties to return an errorPaul Duffin2020-05-071-1/+13
* Correct order of parameters to AssertDeepEqualsPaul Duffin2020-05-071-6/+9
* Encapsulate properties to be optimized in a containerPaul Duffin2020-05-071-1/+5
* Support extracting common values from embedded structuresPaul Duffin2020-04-221-0/+105
* Add a nice install paths for module SDKs and exports.Nicolas Geoffray2020-04-221-0/+16
* Add CommonOS variant for sdkPaul Duffin2020-04-221-1/+1
* Fix apex_availableJooyung Han2020-03-111-1/+2
* 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
* Add model to represent generated snapshot .bp filePaul Duffin2019-12-021-9/+3
* Remove unused methods from sdk/sdk_test.goPaul Duffin2019-11-291-23/+0
* Dedup code for generating prebuilt_stubs_sources in snapshotPaul Duffin2019-11-261-1/+1
* Check the contents of an SDK snapshot's generated Android.bpPaul Duffin2019-11-261-1/+98
* Merge changes I0dcc9c7b,I9bc40642Colin Cross2019-11-251-1/+1
|\
| * Move cc.imageMutator into the android packageColin Cross2019-11-201-1/+1
* | Make TestContext.RegisterModuleType take an android.ModuleFactoryColin Cross2019-11-251-16/+16
* | Adds droidstubs support to sdk modulePaul Duffin2019-11-221-1/+63
|/
* SDK snapshot is dist'edJiyong Park2019-11-071-1/+69
* sdk modules are by default compile_multilib: "both"Jiyong Park2019-11-061-0/+29
* Prohibit dependencies outside of uses_sdksJiyong Park2019-10-171-0/+74
* Create scripts to update and freeze a module SDKJiyong Park2019-10-151-10/+21
* Introduce module type 'sdk'Jiyong Park2019-09-221-0/+318