vichang cd821d8283 Merge "Non-installable module should not be installed into a fuzzer .zip package" 3 years ago
..
config a175126009 Merge "[arm64] Build NDK with PAuth and BTI" 3 years ago
libbuildversion 02040de891 Add LOCAL_LICENSE_KINDS to build/soong 3 years ago
ndk_api_coverage_parser 02040de891 Add LOCAL_LICENSE_KINDS to build/soong 3 years ago
ndkstubgen 02040de891 Add LOCAL_LICENSE_KINDS to build/soong 3 years ago
symbolfile 02040de891 Add LOCAL_LICENSE_KINDS to build/soong 3 years ago
Android.bp 02040de891 Add LOCAL_LICENSE_KINDS to build/soong 3 years ago
OWNERS a80b480eea Refactor OWNERS files in platform/build/soong. 3 years ago
androidmk.go e6d3098c1b rust: Add rust_ffi_static vendor ramdisk Support 3 years ago
api_level.go 1a2462717e Replace stringly-typed API levels. 3 years ago
binary.go 356f7d45c1 bp2build: convert paths/module refs to Bazel label 3 years ago
binary_sdk_member.go 3146c5cd67 Create fewer empty version variants 3 years ago
builder.go 61cb7ed6ff Merge "Soong: add missing header-abi-dumper inputs" 3 years ago
cc.go e6d3098c1b rust: Add rust_ffi_static vendor ramdisk Support 3 years ago
cc_test.go c64b961708 Merge "Generate fake versions of modules excluded in directed vendor snapshot." 3 years ago
ccdeps.go 5e07d0ccbb Add soong cc and java deps to general-tests dist 3 years ago
cflag_artifacts.go f1a035e6be Pass pctx and ctx to NewRuleBuilder 3 years ago
check.go 18aefc1977 Remove unnecessary snake case variables. 3 years ago
cmakelists.go 18aefc1977 Remove unnecessary snake case variables. 3 years ago
compdb.go 988414c2cf Sandbox soong_build by changing to root directory 4 years ago
compiler.go b35a819834 __ANDROID_API__ tracks min_sdk_version 3 years ago
compiler_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 years ago
coverage.go 5d5cfc164d Build against cfi supported coverage lib 3 years ago
fuzz.go 00c144f930 Non-installable module should not be installed into a fuzzer .zip package 3 years ago
gen.go f1a035e6be Pass pctx and ctx to NewRuleBuilder 3 years ago
gen_test.go e16ce36818 Reland: Rewrite sbox to use a textproto manifest 3 years ago
genrule.go ebcf0c5e15 Define odm_available property to install a vendor variant to odm 3 years ago
genrule_test.go 3d68051218 Move genrule on top of RuleBuilder 3 years ago
image.go a889080aba Remove global state on module suffixes from vendor and recovery snapshots 3 years ago
installer.go 9e9bb7f223 Only output make targets for uninstallable static libs in the APEX 3 years ago
kernel_headers.go 0de8a1e17b Start using Providers instead of direct module access 3 years ago
library.go 54e7841b90 Add cc_library_headers support to bp2build. 3 years ago
library_headers.go 54e7841b90 Add cc_library_headers support to bp2build. 3 years ago
library_headers_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 years ago
library_sdk_member.go ebcf0c5e15 Define odm_available property to install a vendor variant to odm 3 years ago
library_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 years ago
linkable.go cbca373efa Use target dependent module to update the name suffix 3 years ago
linker.go 356f7d45c1 bp2build: convert paths/module refs to Bazel label 3 years ago
llndk_library.go b5f6fa678d Create LLNDK vendor variants when DeviceVndkVersion is not set 3 years ago
lto.go 134161f7e5 Global ThinLTO: opt out vndk binaries as a workaround 3 years ago
makevars.go 62555ffa5a Merge "Remove remaining libnativehelper implicit includes" 3 years ago
ndk_headers.go da3a071eaa Remove unused mips workarounds. 4 years ago
ndk_library.go 94e347e6a5 Don't create SDK variants for native bridge modules 3 years ago
ndk_prebuilt.go 94e347e6a5 Don't create SDK variants for native bridge modules 3 years ago
ndk_sysroot.go 31076b3185 Move stubs related methods out of LinkableInterface 3 years ago
object.go bf4f55f180 Improve commenting for cc/builer.go, and kill dead code 3 years ago
object_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 years ago
pgo.go 18aefc1977 Remove unnecessary snake case variables. 3 years ago
prebuilt.go 6a8c18a89b Merge "versioning macro is exported from prebuilt stubs as well" 3 years ago
prebuilt_test.go cda22c9bb9 Refactor 'in_make' to mean Kati is not skipped. 3 years ago
proto.go f1a035e6be Pass pctx and ctx to NewRuleBuilder 3 years ago
proto_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 years ago
pylintrc 802cc82af6 Fix pylint issues in gen_stub_libs. 3 years ago
rs.go 9f43597ff7 Remove obsolete PDK build functionality 3 years ago
sabi.go 127bb8b9f6 Don't rewrite LLNDK dependencies with .llndk suffix 3 years ago
sanitize.go e0edaf9d49 Remove some global state from vendor and recovery snapshots 3 years ago
sdk.go e0edaf9d49 Remove some global state from vendor and recovery snapshots 3 years ago
sdk_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 years ago
snapshot_prebuilt.go 4c6895e5a3 Implement directed recovery snapshot. 3 years ago
snapshot_utils.go 7cf1465d2e Implement directed vendor snapshot 3 years ago
stl.go b35a85ee8b Switch platform EH unwinder to prebuilt LLVM libunwind 3 years ago
strip.go 2254cffd53 Allow stripping host modules 3 years ago
stub_library.go 24dfc1fbb2 Generate system stub library list at build time 3 years ago
sysprop.go 07def12d50 Add comments about sysprop_library 3 years ago
test.go 3b933d3165 Test changing default of cc_test_host 3 years ago
test_data_test.go ae8600b507 Pass Config to NewTestContext instead of ctx.Register 3 years ago
testing.go e6d3098c1b rust: Add rust_ffi_static vendor ramdisk Support 3 years ago
tidy.go 9f94c362ea Change default DEFAULT_TIDY_HEADER_DIRS to empty 3 years ago
toolchain_library.go bf4f55f180 Improve commenting for cc/builer.go, and kill dead code 3 years ago
util.go de5744a199 Add some comments for VNDK / vendor snapshots 3 years ago
vendor_public_library.go d458745f15 cc: export Stripper struct 3 years ago
vendor_snapshot.go 0a942a0368 Generate fake versions of modules excluded in directed vendor snapshot. 3 years ago
vendor_snapshot_test.go 4c6895e5a3 Implement directed recovery snapshot. 3 years ago
vndk.go 6c0a9f69e9 Merge "Remove global state from VNDK" 3 years ago
vndk_prebuilt.go a889080aba Remove global state on module suffixes from vendor and recovery snapshots 3 years ago