summaryrefslogtreecommitdiff
path: root/sysprop/sysprop_test.go
AgeCommit message (Expand)Author
2021-04-26Remove obsolete llndk_library Colin Cross
2021-04-05Don't use incorrect version names like VER or BOARD even in tests Jiyong Park
2021-04-03Move java.sdkSpec to the android package Jiyong Park
2021-03-22Remove usages of FixtureFactory from misc packages Paul Duffin
2021-03-18Convert sysprop package to fixtures Paul Duffin
2021-03-08sysprop_library correctly supports apex_available and min_sdk_version Jiyong Park
2021-02-26Remove global state from sysprop libraries Colin Cross
2021-01-21Add java.RegisterRequiredBuildComponentsForTest function Paul Duffin
2020-11-12Pass Config to NewTestContext instead of ctx.Register Colin Cross
2020-10-23Merge "Add llndk_stubs property" Colin Cross
2020-10-21Add llndk_stubs property Colin Cross
2020-10-20Use sysprop stub regarding to the install location Inseob Kim
2020-10-09Revert "Make lots of tests run in parallel" Colin Cross
2020-10-06Make lots of tests run in parallel Colin Cross
2020-07-31Fix prebuilt mutator ordering in tests Paul Duffin
2020-03-30Add apex_available to sysprop_library Paul Duffin
2020-02-20Add C++ Host support on sysprop_library Inseob Kim
2019-12-20Dedup cc library module type registration Paul Duffin
2019-12-19Improve cc tests by adding sanitizer mutators Paul Duffin
2019-12-19Dedup prebuilt mutator registration Paul Duffin
2019-12-19Dedup registration for cc default test config Paul Duffin
2019-12-19Dedup system modules and sdk library module type registration Paul Duffin
2019-12-19Dedup registration code for module types and singletons Paul Duffin
2019-12-19Merge "Create public stub for platform's sysprop_library" Treehugger Robot
2019-12-19Create public stub for platform's sysprop_library Inseob Kim
2019-12-18Move filesystem into Config Colin Cross
2019-12-17Move imageMutator before archMutator Colin Cross
2019-12-13Use empty string for core image variant Colin Cross
2019-12-06Move ImageMutator after archMutator Colin Cross
2019-11-25Merge changes I0dcc9c7b,I9bc40642 Colin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactory Colin Cross
2019-11-20Move cc.imageMutator into the android package Colin Cross
2019-09-23Move sysprop gen code to sysprop module Inseob Kim
2019-09-18Add version to vendor variants Inseob Kim
2019-08-23Implement sysprop_library API stability check Inseob Kim
2019-06-11sysprop_library: Rename system scope to public Inseob Kim
2019-06-03Clean up no_libgcc Yi Kong
2019-04-18Build framework.aidl in Soong Colin Cross
2019-04-16Use LoadHook to create modules in java_sdk_library Colin Cross
2019-04-09Stop using build/target -> build/make/target symlink Dan Willemsen
2019-03-27Remove libbase dependency of sysprop_library Inseob Kim
2019-02-26Fix: sysprop module can't be used with whole_static_libs Jiyong Park
2019-02-16Add java/testing.go for sysprop_test.go Colin Cross
2019-02-13Create sysprop_library soong module Inseob Kim