History log of /aosp_15_r20/system/linkerconfig/ (Results 1 – 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e5eeaa8e22-Nov-2024 Android Build Coastguard Worker <[email protected]>

Snap for 12695596 from 6eefa86db7a71b3beda42aa26e87b0543bc243f3 to 25Q1-release

Change-Id: Idfe78d374614d677e5c2db16f968caa47df6afed


.clang-format
.gitignore
Android.bp
OWNERS
PREUPLOAD.cfg
README.md
TEST_MAPPING
contents/common/system_links.cc
contents/configuration/apexconfig.cc
contents/configuration/baseconfig.cc
contents/configuration/legacy.cc
contents/configuration/recovery.cc
contents/context/context.cc
contents/include/linkerconfig/apexconfig.h
contents/include/linkerconfig/baseconfig.h
contents/include/linkerconfig/common.h
contents/include/linkerconfig/context.h
contents/include/linkerconfig/legacy.h
contents/include/linkerconfig/namespacebuilder.h
contents/include/linkerconfig/recovery.h
contents/include/linkerconfig/sectionbuilder.h
contents/namespace/apexdefault.cc
contents/namespace/apexemptydefault.cc
contents/namespace/apexplatform.cc
contents/namespace/isolateddefault.cc
contents/namespace/postinstall.cc
contents/namespace/productdefault.cc
contents/namespace/recoverydefault.cc
contents/namespace/rs.cc
contents/namespace/sphal.cc
contents/namespace/system.cc
contents/namespace/systemdefault.cc
contents/namespace/unrestricteddefault.cc
contents/namespace/vendordefault.cc
contents/namespace/vndk.cc
contents/namespace/vndkinsystem.cc
contents/section/apexdefault.cc
contents/section/isolated.cc
contents/section/legacy.cc
contents/section/postinstall.cc
contents/section/product.cc
contents/section/recovery.cc
contents/section/sectionbuilder.cc
contents/section/system.cc
contents/section/unrestricted.cc
contents/section/vendor.cc
contents/tests/backward_compatibility/default_test.cc
contents/tests/backward_compatibility/legacy_test.cc
contents/tests/backward_compatibility/testbase.h
contents/tests/configuration/apexconfig_test.cc
contents/tests/configuration/baseconfig_test.cc
contents/tests/configuration/include/configurationtest.h
contents/tests/configuration/include/linkerconfigparser.h
contents/tests/configuration/include/mockenv.h
contents/tests/configuration/include/modules.h
contents/tests/configuration/legacy_test.cc
contents/tests/configuration/recovery_test.cc
contents/tests/configuration/sphal_test.cc
contents/tests/configuration/vndk_test.cc
devicetest/Android.bp
devicetest/AndroidTest.xml
devicetest/src/android/linkerconfig/gts/LinkerConfigTest.java
devicetest/src/android/linkerconfig/gts/utils/LibraryListLoader.java
devicetest/src/android/linkerconfig/gts/utils/LinkerConfigParser.java
devicetest/src/android/linkerconfig/gts/utils/elements/Configuration.java
devicetest/src/android/linkerconfig/gts/utils/elements/Link.java
devicetest/src/android/linkerconfig/gts/utils/elements/Namespace.java
devicetest/src/android/linkerconfig/gts/utils/elements/Section.java
generator/include/linkerconfig/librarylistloader.h
generator/include/linkerconfig/variableloader.h
generator/librarylistloader.cc
generator/tests/data/library_list_a.txt
generator/tests/data/library_list_b.txt
generator/tests/data/library_list_c.txt
generator/tests/librarylistloader_test.cc
generator/variableloader.cc
linkerconfig_diff_test.xml
main.cc
modules/apex.cc
modules/basecontext.cc
modules/configparser.cc
modules/configuration.cc
modules/configwriter.cc
modules/environment.cc
modules/include/linkerconfig/apex.h
modules/include/linkerconfig/basecontext.h
modules/include/linkerconfig/configparser.h
modules/include/linkerconfig/configuration.h
modules/include/linkerconfig/configwriter.h
modules/include/linkerconfig/environment.h
modules/include/linkerconfig/link.h
modules/include/linkerconfig/log.h
modules/include/linkerconfig/namespace.h
modules/include/linkerconfig/section.h
modules/include/linkerconfig/stringutil.h
modules/include/linkerconfig/variables.h
modules/link.cc
modules/namespace.cc
modules/section.cc
modules/stringutil.cc
modules/tests/apex_test.cc
modules/tests/apex_testbase.h
modules/tests/configparser_test.cc
modules/tests/configuration_test.cc
modules/tests/configwriter_test.cc
modules/tests/data/linker.config.apex.json
modules/tests/data/linker.config.apex.pb
modules/tests/data/linker.config.system.json
modules/tests/data/linker.config.system.pb
modules/tests/link_test.cc
modules/tests/modules_testbase.h
modules/tests/namespace_test.cc
modules/tests/section_test.cc
modules/tests/variables_test.cc
modules/variables.cc
rundiff.sh
testdata/README.md
testdata/golden_output/gen-only-a-single-apex/com.vendor.service2/ld.config.txt
testdata/golden_output/guest/apex.libraries.config.txt
testdata/golden_output/guest/com.android.adbd/ld.config.txt
testdata/golden_output/guest/com.android.art/ld.config.txt
testdata/golden_output/guest/com.android.conscrypt/ld.config.txt
testdata/golden_output/guest/com.android.media.swcodec/ld.config.txt
testdata/golden_output/guest/com.android.runtime/ld.config.txt
testdata/golden_output/guest/com.android.sdkext/ld.config.txt
testdata/golden_output/guest/com.android.systemext1/ld.config.txt
testdata/golden_output/guest/com.odm.service1/ld.config.txt
testdata/golden_output/guest/com.product.service1/ld.config.txt
testdata/golden_output/guest/com.vendor.service1/ld.config.txt
testdata/golden_output/guest/com.vendor.service2/ld.config.txt
testdata/golden_output/guest/ld.config.txt
testdata/golden_output/stage1/apex.libraries.config.txt
testdata/golden_output/stage1/com.android.art/ld.config.txt
testdata/golden_output/stage1/com.android.runtime/ld.config.txt
testdata/golden_output/stage1/ld.config.txt
testdata/golden_output/stage2/apex.libraries.config.txt
testdata/golden_output/stage2/com.android.adbd/ld.config.txt
testdata/golden_output/stage2/com.android.art/ld.config.txt
testdata/golden_output/stage2/com.android.conscrypt/ld.config.txt
testdata/golden_output/stage2/com.android.media.swcodec/ld.config.txt
testdata/golden_output/stage2/com.android.runtime/ld.config.txt
testdata/golden_output/stage2/com.android.sdkext/ld.config.txt
testdata/golden_output/stage2/com.android.systemext1/ld.config.txt
testdata/golden_output/stage2/com.odm.service1/ld.config.txt
testdata/golden_output/stage2/com.product.service1/ld.config.txt
testdata/golden_output/stage2/com.vendor.service1/ld.config.txt
testdata/golden_output/stage2/com.vendor.service2/ld.config.txt
testdata/golden_output/stage2/ld.config.txt
testdata/golden_output/vendor_with_vndk/apex.libraries.config.txt
testdata/golden_output/vendor_with_vndk/com.android.adbd/ld.config.txt
testdata/golden_output/vendor_with_vndk/com.android.art/ld.config.txt
testdata/golden_output/vendor_with_vndk/com.android.conscrypt/ld.config.txt
testdata/golden_output/vendor_with_vndk/com.android.media.swcodec/ld.config.txt
testdata/golden_output/vendor_with_vndk/com.android.runtime/ld.config.txt
testdata/golden_output/vendor_with_vndk/com.android.sdkext/ld.config.txt
testdata/golden_output/vendor_with_vndk/com.android.systemext1/ld.config.txt
testdata/golden_output/vendor_with_vndk/com.odm.service1/ld.config.txt
testdata/golden_output/vendor_with_vndk/com.product.service1/ld.config.txt
testdata/golden_output/vendor_with_vndk/com.vendor.service1/ld.config.txt
testdata/golden_output/vendor_with_vndk/com.vendor.service2/ld.config.txt
testdata/golden_output/vendor_with_vndk/ld.config.txt
testdata/prepare_root.sh
testdata/root/odm/apex/com.odm.service1/apex_manifest.json
testdata/root/odm/apex/com.odm.service1/bin/.keep
testdata/root/product/apex/com.product.service1/apex_manifest.json
testdata/root/product/apex/com.product.service1/bin/.keep
testdata/root/product/etc/linker.config.json
testdata/root/system/apex/com.android.adbd/apex_manifest.json
testdata/root/system/apex/com.android.adbd/bin/.keep
testdata/root/system/apex/com.android.art/apex_manifest.json
testdata/root/system/apex/com.android.art/bin/.keep
testdata/root/system/apex/com.android.art/etc/linker.config.json
testdata/root/system/apex/com.android.conscrypt/apex_manifest.json
testdata/root/system/apex/com.android.conscrypt/bin/.keep
testdata/root/system/apex/com.android.i18n/apex_manifest.json
testdata/root/system/apex/com.android.i18n/lib/.keep
testdata/root/system/apex/com.android.ipsec/apex_manifest.json
testdata/root/system/apex/com.android.ipsec/lib/.keep
testdata/root/system/apex/com.android.media.swcodec/apex_manifest.json
testdata/root/system/apex/com.android.media.swcodec/bin/.keep
testdata/root/system/apex/com.android.media/apex_manifest.json
testdata/root/system/apex/com.android.media/etc/linker.config.json
testdata/root/system/apex/com.android.media/lib/.keep
testdata/root/system/apex/com.android.neuralnetworks/apex_manifest.json
testdata/root/system/apex/com.android.neuralnetworks/lib/.keep
testdata/root/system/apex/com.android.os.statsd/apex_manifest.json
testdata/root/system/apex/com.android.os.statsd/lib/.keep
testdata/root/system/apex/com.android.resolv/apex_manifest.json
testdata/root/system/apex/com.android.resolv/lib/.keep
testdata/root/system/apex/com.android.runtime/apex_manifest.json
testdata/root/system/apex/com.android.runtime/bin/.keep
testdata/root/system/apex/com.android.runtime/etc/linker.config.json
testdata/root/system/apex/com.android.sdkext/apex_manifest.json
testdata/root/system/apex/com.android.sdkext/bin/.keep
testdata/root/system/apex/com.android.telephony/apex_manifest.json
testdata/root/system/apex/com.android.telephony/lib/.keep
testdata/root/system/apex/com.android.tethering/apex_manifest.json
testdata/root/system/apex/com.android.tethering/lib/.keep
testdata/root/system/apex/com.android.tzdata/apex_manifest.json
testdata/root/system/apex/com.android.tzdata/lib/.keep
testdata/root/system/apex/com.android.vndk.vR/apex_manifest.json
testdata/root/system/apex/com.android.vndk.vR/etc/llndk.libraries.R.txt
testdata/root/system/apex/com.android.vndk.vR/etc/vndkcore.libraries.R.txt
testdata/root/system/apex/com.android.vndk.vR/etc/vndkprivate.libraries.R.txt
testdata/root/system/apex/com.android.vndk.vR/etc/vndksp.libraries.R.txt
testdata/root/system/apex/com.android.vndk.vR/lib/.keep
testdata/root/system/etc/linker.config.json
testdata/root/system/etc/llndk.libraries.txt
testdata/root/system/etc/public.libraries.txt
testdata/root/system/etc/sanitizer.libraries.txt
testdata/root/system/etc/vndkcorevariant.libraries.txt
testdata/root/system_ext/.keep
testdata/root/system_ext/apex/com.android.systemext1/apex_manifest.json
testdata/root/system_ext/apex/com.android.systemext1/bin/.keep
testdata/root/system_ext/etc/linker.config.json
testdata/root/vendor/apex/com.vendor.service1/apex_manifest.json
testdata/root/vendor/apex/com.vendor.service1/bin/.keep
testdata/root/vendor/apex/com.vendor.service1/etc/linker.config.json
testdata/root/vendor/apex/com.vendor.service2/apex_manifest.json
testdata/root/vendor/apex/com.vendor.service2/bin/.keep
testdata/root/vendor/apex/com.vendor.service3/apex_manifest.json
testdata/root/vendor/apex/com.vendor.service3/lib/.keep
testdata/root/vendor/etc/linker.config.json
testdata/root/vendor/etc/public.libraries.txt