summaryrefslogtreecommitdiff
path: root/sysprop
AgeCommit message (Expand)Author
2021-04-26Remove obsolete llndk_libraryColin Cross
2021-04-05Don't use incorrect version names like VER or BOARD even in testsJiyong Park
2021-04-03Move java.sdkSpec to the android packageJiyong Park
2021-03-22Remove usages of FixtureFactory from misc packagesPaul Duffin
2021-03-18Convert sysprop package to fixturesPaul Duffin
2021-03-18Add preparers for syspropPaul Duffin
2021-03-08sysprop_library correctly supports apex_available and min_sdk_versionJiyong Park
2021-02-26Remove global state from sysprop librariesColin Cross
2021-02-06Add LOCAL_LICENSE_KINDS to build/soongBob Badour
2021-01-21Add java.RegisterRequiredBuildComponentsForTest functionPaul Duffin
2021-01-15Allow sysprop library API files to be missingInseob Kim
2021-01-06Revert^2 "Export soong license data to make."Bob Badour
2021-01-06Revert "Export soong license data to make."Jerome Gaillard
2021-01-05Export soong license data to make.Bob Badour
2020-12-22Remove unnecessary snake case variables.Jaewoong Jung
2020-12-15Assert android.ApexModule interface for types having ApexModuleBaseJiyong Park
2020-12-01Pass pctx and ctx to NewRuleBuilderColin Cross
2020-11-24Add comments about sysprop_libraryInseob Kim
2020-11-12Pass Config to NewTestContext instead of ctx.RegisterColin Cross
2020-11-08Define product_available propertyJustin Yun
2020-10-23Merge "Add llndk_stubs property"Colin Cross
2020-10-21Add llndk_stubs propertyColin Cross
2020-10-20Use sysprop stub regarding to the install locationInseob Kim
2020-10-09Revert "Make lots of tests run in parallel"Colin Cross
2020-10-06Make lots of tests run in parallelColin Cross
2020-09-22Replace ApiStrToNum uses with ApiLevel.Dan Albert
2020-07-31Fix prebuilt mutator ordering in testsPaul Duffin
2020-06-24apex/apk: enforce min_sdk_version of all depsJooyung Han
2020-06-01Soong package structure refactoringJaewoong Jung
2020-05-04Fix build error of sysprop_library in namespaceInseob Kim
2020-04-21cc: add min_sdk_version propJooyung Han
2020-03-30Add apex_available to sysprop_libraryPaul Duffin
2020-03-25Implement sysprop type checkerInseob Kim
2020-02-20Add C++ Host support on sysprop_libraryInseob Kim
2019-12-20Dedup cc library module type registrationPaul Duffin
2019-12-19Improve cc tests by adding sanitizer mutatorsPaul Duffin
2019-12-19Dedup prebuilt mutator registrationPaul Duffin
2019-12-19Dedup registration for cc default test configPaul Duffin
2019-12-19Dedup system modules and sdk library module type registrationPaul Duffin
2019-12-19Dedup registration code for module types and singletonsPaul Duffin
2019-12-19Merge "Create public stub for platform's sysprop_library"Treehugger Robot
2019-12-19Create public stub for platform's sysprop_libraryInseob Kim
2019-12-18Move filesystem into ConfigColin Cross
2019-12-17Move imageMutator before archMutatorColin Cross
2019-12-13Use empty string for core image variantColin Cross
2019-12-06Move ImageMutator after archMutatorColin Cross
2019-12-05Fix: vendor and odm are restricted to use public platform propertiesJiyong Park
2019-11-25Merge changes I0dcc9c7b,I9bc40642Colin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactoryColin Cross
2019-11-20Move cc.imageMutator into the android packageColin Cross