summaryrefslogtreecommitdiff
path: root/sdk/sdk_test.go
AgeCommit message (Expand)Author
2020-05-07Detect invalid arch specific properties in snapshot Paul Duffin
2020-05-06Allow extractCommonProperties to return an error Paul Duffin
2020-05-06Correct order of parameters to AssertDeepEquals Paul Duffin
2020-05-06Encapsulate properties to be optimized in a container Paul Duffin
2020-03-13Support extracting common values from embedded structures Paul Duffin
2020-03-10Fix apex_available Jooyung Han
2020-03-04Add a nice install paths for module SDKs and exports. Nicolas Geoffray
2020-03-02Add CommonOS variant for sdk Paul Duffin
2020-02-20Simplify visibility rules that include //visibility:public Paul Duffin
2019-12-09Ensure prebuilt modules have same visibility as source modules Paul Duffin
2019-12-06Support header and implementation jars in sdk Paul Duffin
2019-12-06Extract the cc and java sdk related tests out into their own file Paul Duffin
2019-12-06Improve testing of sdk snapshot generation Paul Duffin
2019-12-06Separate sdk testing infrastructure from sdk tests Paul Duffin
2019-12-06Parameterize the sdk member processing Paul Duffin
2019-12-06Use static build rules in snapshot generation Paul Duffin
2019-12-04Disable TestHostSnapshot test for non-linux build Paul Duffin
2019-12-02Add support for host sdk Paul Duffin
2019-12-02Add model to represent generated snapshot .bp file Paul Duffin
2019-11-29Remove unused methods from sdk/sdk_test.go Paul Duffin
2019-11-26Dedup code for generating prebuilt_stubs_sources in snapshot Paul Duffin
2019-11-26Check the contents of an SDK snapshot's generated Android.bp Paul Duffin
2019-11-25Merge changes I0dcc9c7b,I9bc40642 Colin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactory Colin Cross
2019-11-22Adds droidstubs support to sdk module Paul Duffin
2019-11-20Move cc.imageMutator into the android package Colin Cross
2019-11-07SDK snapshot is dist'ed Jiyong Park
2019-11-06sdk modules are by default compile_multilib: "both" Jiyong Park
2019-10-17Prohibit dependencies outside of uses_sdks Jiyong Park
2019-10-15Create scripts to update and freeze a module SDK Jiyong Park
2019-09-22Introduce module type 'sdk' Jiyong Park