OSDN Git Service

android-x86/system-linkerconfig.git
2020-02-21 Joshua DuongMerge "[adbwifi] Add adbd apex exported libs to system...
2020-02-21 Treehugger... Merge "Trim root path from output"
2020-02-21 Treehugger... Merge "Define vndk_product namespace for product apps"
2020-02-21 Treehugger... Merge "Make /linkerconfig/<apexname> directories access...
2020-02-21 Jooyung HanTrim root path from output
2020-02-21 Jiyong ParkMake /linkerconfig/<apexname> directories accessible...
2020-02-21 Joshua Duong[adbwifi] Add adbd apex exported libs to system namespace.
2020-02-21 Justin YunDefine vndk_product namespace for product apps
2020-02-21 Kiyoung KimMerge "Rename APEX Namespace"
2020-02-20 Kiyoung KimMerge "Fix full content test"
2020-02-20 Kiyoung KimFix full content test
2020-02-19 Kiyoung KimRename APEX Namespace
2020-02-19 Garfield TanAdd com.android.os.statsd to legacy linkerconfig
2020-02-18 Jeffrey HuangMerge "Update linkerconfig for libs in statsd"
2020-02-18 Treehugger... Merge "Add com.android.os.statsd to linkerconfig"
2020-02-18 Tej SinghAdd com.android.os.statsd to linkerconfig
2020-02-18 Treehugger... Merge "Remove extra using statements"
2020-02-17 Jeffrey HuangUpdate linkerconfig for libs in statsd
2020-02-14 Jeffrey HuangMerge "Fix Camera bug"
2020-02-14 Tom CherryRemove extra using statements
2020-02-14 Jeffrey HuangFix Camera bug
2020-02-13 Jeffrey HuangAllow libincident.so to be linked from apex
2020-02-12 Jooyung HanFix linkerconfig_backward_compatibility_test
2020-02-12 Jooyung HanRead vndk libraries txt files from vndk apex
2020-02-12 Jooyung HanGenerate vendor stuff only if vndk is avilable
2020-02-11 Treehugger... Merge "Add required modules for linkerconfig"
2020-02-11 Treehugger... Merge "2 more missing Result::ok() calls in system...
2020-02-11 Treehugger... Merge changes I2ead6a77,I6bf2204a
2020-02-11 Jooyung HanAdd required modules for linkerconfig
2020-02-11 Bernie Innocenti2 more missing Result::ok() calls in system/linkerconfig
2020-02-11 Treehugger... Merge "Use apex_name for the name of linker namespace"
2020-02-11 Jooyung HanRemove ResolveVariables()
2020-02-11 Jooyung HanMake ConfigWriter simpler
2020-02-08 Bernie InnocentiLast missing Result::ok() calls in system/linkerconfig
2020-02-07 Jooyung HanUse apex_name for the name of linker namespace
2020-02-07 Jooyung HanRemove unused files
2020-02-07 Jooyung HanAuto-generate runtime namespace
2020-02-07 Jooyung HanAuto-generate media namespace
2020-02-07 Jooyung HanAuto-generate apex namespaces: cronet,nn,conscrypt
2020-02-07 Kiyoung KimMerge "Configuration for special APEX binaries"
2020-02-07 Kiyoung KimConfiguration for special APEX binaries
2020-02-06 Bernie InnocentiConvert system/linkerconfig to Result::ok()
2020-02-04 Jooyung HanMove part of Context into modules::BaseContext
2020-02-04 Jooyung HanAdd default "provides" list to system namespace
2020-02-04 Jooyung HanAdd "--strict" flag
2020-02-04 Jooyung HanBuild adbd/resolv namespace automatically
2020-02-04 Treehugger... Merge "Pass Context to Build.*Configuration"
2020-02-03 Josh GaoMerge "Add libadbd_auth.so to stub library list."
2020-02-03 Jooyung HanPass Context to Build.*Configuration
2020-01-31 Treehugger... Merge "Fix handling mkdir failure"
2020-01-31 Josh GaoAdd libadbd_auth.so to stub library list.
2020-01-30 Jooyung HanUse provide/require to link namespaces
2020-01-30 Jooyung HanFix handling mkdir failure
2020-01-28 Kiyoung KimMerge "Link to system namespace using stub libraries"
2020-01-28 Jooyung HanSort namespaces in a section
2020-01-28 Jooyung HanSkip log when mkdir fails with EEXIST
2020-01-28 Jooyung HanDo UpdatePermission only on target.
2020-01-28 Kiyoung KimLink to system namespace using stub libraries
2020-01-24 Treehugger... Merge "Add adbd apex configuration."
2020-01-24 Treehugger... Merge "Add liblog to system libraries."
2020-01-23 Josh GaoAdd adbd apex configuration.
2020-01-23 Josh GaoAdd liblog to system libraries.
2020-01-22 Kiyoung KimMerge "Generate linkerconfig for APEX binaries"
2020-01-22 Kiyoung KimGenerate linkerconfig for APEX binaries
2020-01-20 Kiyoung KimRead product vndk libraries only when available
2020-01-08 Treehugger... Merge "Add product section for product interface enforc...
2020-01-07 Jooyung HanScan Active APEXes
2020-01-03 Justin YunAdd product section for product interface enforcement
2019-12-31 Kiyoung KimTarget out directory
2019-12-30 Kiyoung KimRemove VNDK version for using core variant libraries
2019-12-23 Jooyung HanAdd --legacy for easy of testing
2019-12-20 Kiyoung KimBuild linker configuration for recovery in build time
2019-12-18 Kiyoung KimMerge "Do not build linkerconfig for recovery"
2019-12-17 Luke HuangAdd Cronet namespace
2019-12-17 Kiyoung KimDo not build linkerconfig for recovery
2019-12-11 Josh Gaos/ANROID/ANDROID
2019-12-10 Jooyung HanMerge "Read apex_manifest and generate Namespace"
2019-12-10 Jooyung HanRead apex_manifest and generate Namespace
2019-12-09 Treehugger... Merge "Remove unnecessary shared_lib for neuralnetworks"
2019-12-06 Kiyoung KimLinker configuration for recovery
2019-12-04 Jooyung HanRemove unnecessary shared_lib for neuralnetworks
2019-12-04 Jooyung HanMerge "Remove unnecessary shared_libs for resolv APEX"
2019-12-03 Jooyung HanRemove unnecessary shared_libs for resolv APEX
2019-12-03 Ulya TrafimovichAdd path to the boot image in the ART apex.
2019-12-03 Kiyoung KimAdd jooyung to owners
2019-12-02 Nicolas GeoffrayMerge "Add ART module members to linkerconfig owners."
2019-12-02 Nicolas GeoffrayMerge "Add ART module members to linkerconfig owners."
2019-12-02 Nicolas GeoffrayAdd ART module members to linkerconfig owners.
2019-12-02 Jiyong ParkAdd /system/lib to the permitted paths for ns of APEXes
2019-12-02 Jiyong ParkAdd /system/lib to the permitted paths for ns of APEXes
2019-11-29 Jooyung HanAdd constraints resolution for dependencies
2019-11-27 Jooyung HanAdd constraints resolution for dependencies
2019-11-19 Jooyung HanMerge "Make sure that namespace links are ordered"
2019-11-19 Treehugger... Merge "Make sure that namespace links are ordered"
2019-11-16 Christopher... Merge "Add runtime to unrestricted."
2019-11-16 Christopher... Merge "Add runtime to unrestricted."
2019-11-15 Jooyung HanMake sure that namespace links are ordered
2019-11-15 Jooyung HanUse ordered sequences for namespace links
2019-11-14 Jooyung HanUse ordered sequences for namespace links
2019-11-14 Jooyung HanMerge "vndk-ext should come before vndk(VNDK APEX)"
next