Skip to content
Snippets Groups Projects
  1. Feb 19, 2020
    • Remi NGUYEN VAN's avatar
      Fix usage of annotations in TetheringLib · 2d14a4b3
      Remi NGUYEN VAN authored
      Annotations such as @SystemApi cannot be jarjared to a different
      package, as the members would not match the system API declarations.
      
      Instead, only build against the annotations from
      framework-annotations-lib, but do not include them as classes in the
      output jar; annotations are not required to be available to the
      classloader at runtime.
      
      Test: builds, boots, tethering working
      Bug: 147812912
      Fixes: 148609988
      Change-Id: I1fae97a1c1e0ba07fa3e2d64cde7650cd26d0acd
      Merged-In: I1fae97a1c1e0ba07fa3e2d64cde7650cd26d0acd
      2d14a4b3
    • markchien's avatar
      Use framework-tethering-stub instead of framework-tethering · 8cf2a558
      markchien authored
      The non-updatable part of the platform now is built with
      framework-tethering-stub, which is a stub library of
      framework-tethering.
      
      Bug: 147200698
      Test: m
      Change-Id: I97ef83f7f9b4c1376f373713036f5256318f1050
      Merged-In: I97ef83f7f9b4c1376f373713036f5256318f1050
      8cf2a558
  2. Feb 17, 2020
  3. Feb 15, 2020
  4. Feb 14, 2020
  5. Feb 13, 2020
Loading