Skip to content
Snippets Groups Projects
  • Stricted's avatar
    52602baa
    lineage: soong: replace space with colon on TARGET_LD_SHIM_LIBS · 52602baa
    Stricted authored
    that way we can split the shim list logically into multiple lines like
    
    TARGET_LD_SHIM_LIBS := /system/bin/gpsd|/vendor/lib/libshim_gpsd.so \
        /system/lib/libexynoscamera.so|/vendor/lib/libexynoscamera_shim.so \
        /system/lib/libstagefright.so|/system/lib/libstagefright_shim.so
    
    to not have one single huge line
    
    Change-Id: Ice1411ee22b78da1dbf22eac412b9e4978acebdf
    52602baa
    History
    lineage: soong: replace space with colon on TARGET_LD_SHIM_LIBS
    Stricted authored
    that way we can split the shim list logically into multiple lines like
    
    TARGET_LD_SHIM_LIBS := /system/bin/gpsd|/vendor/lib/libshim_gpsd.so \
        /system/lib/libexynoscamera.so|/vendor/lib/libexynoscamera_shim.so \
        /system/lib/libstagefright.so|/system/lib/libstagefright_shim.so
    
    to not have one single huge line
    
    Change-Id: Ice1411ee22b78da1dbf22eac412b9e4978acebdf