aboutsummaryrefslogtreecommitdiff
path: root/cc/library_sdk_member.go
AgeCommit message (Expand)Author
2021-02-22Generated headers may not be arch specificPaul Duffin
2021-02-22Fix the snapshot handling of generated headersPaul Duffin
2021-01-25Define odm_available property to install a vendor variant to odmJustin Yun
2020-11-08Define product_available propertyJustin Yun
2020-10-29Move stubs related methods out of LinkableInterfaceColin Cross
2020-10-29Don't create stubs variants of static librariesColin Cross
2020-10-29Disable sanitizer flags and output files for sanitizer-enabled SDK members.Martin Stjernholm
2020-10-12Start using Providers instead of direct module accessColin Cross
2020-10-05Create fewer empty version variantsColin Cross
2020-09-29Merge "Retain all stubs versions in the snapshot."Martin Stjernholm
2020-09-28Retain all stubs versions in the snapshot.Martin Stjernholm
2020-09-25Propagate all sanitizer flags in SDK snapshots.Martin Stjernholm
2020-09-17Remove global state from version mutatorColin Cross
2020-09-11Make generated library SDK snapshots determinsticColin Cross
2020-09-11Propagate recovery_available property through to sdk snapshotPaul Duffin
2020-09-03Propagate vendor_available property through to sdk snapshotPaul Duffin
2020-09-02Merge changes I59b7a32a,Ida7bc75aColin Cross
2020-08-26Only request image and version variations for device SDK dependenciesColin Cross
2020-08-21Propagate sanitize.never flag in SDK snapshots.Martin Stjernholm
2020-08-03Disable all host OS variants except those explicitly included.Martin Stjernholm
2020-07-10Differentiate sdk snapshot include dir by os typePaul Duffin
2020-06-24Avoid race condition over ExportedSystemIncludeDirsPaul Duffin
2020-06-17Propagate unique_host_soname to cc_library prebuilts.Martin Stjernholm
2020-05-08Retry: Fix snapshot of a host/device cc_library with stubsPaul Duffin
2020-05-08Retry: Detect invalid arch specific properties in snapshotPaul Duffin
2020-05-08Revert "Detect invalid arch specific properties in snapshot"Greg Kaiser
2020-05-08Revert "Fix snapshot of a host/device cc_library with stubs"Greg Kaiser
2020-05-07Fix snapshot of a host/device cc_library with stubsPaul Duffin
2020-05-07Detect invalid arch specific properties in snapshotPaul Duffin
2020-05-05Improve error messages when output file is invalidPaul Duffin
2020-04-27Do not propagate dynamic dependencies for stub libs.Martin Stjernholm
2020-04-06Do not propagate the stub symbol file to prebuilts.Martin Stjernholm
2020-04-02Propagate stubs to the SDK for libraries that have them.Martin Stjernholm
2020-03-25Propagate empty vs unspecified system_shared_libs correctly.Martin Stjernholm
2020-03-23Make new module creation API more flexiblePaul Duffin
2020-03-20Add support for using cc_library in sdk/module_exportsPaul Duffin
2020-03-20Add SDK member support for cc_object.Martin Stjernholm
2020-03-13Remove SdkMemberType.FinalizeModulePaul Duffin
2020-03-13Copy shared_libs and system_shared_libs to module snapshotPaul Duffin
2020-03-09Add support for multiple os typesPaul Duffin
2020-03-09Copy sdk_version to cc library snapshotsPaul Duffin
2020-03-05Refactor snapshot module creationPaul Duffin
2020-02-24Add support for cc_library_headers in sdk/module_exportsPaul Duffin
2020-02-24Simplify cc library sdk snapshot handling of include dirs/headersPaul Duffin
2020-02-20Ensure consistent handling of generated headers/dirsPaul Duffin
2020-02-04Dedup adding of arch/common properties to cc library snapshotPaul Duffin
2019-12-31Restrict SdkMemberTypes that can be used with sdk/sdk_snapshotPaul Duffin
2019-12-20Differentiate between cc library and binaryPaul Duffin
2019-12-13Decouple addition of new sdk member types from sdk codePaul Duffin
2019-12-13Separate sdk membership support out of cc/library.goPaul Duffin