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