Skip to content
Snippets Groups Projects
  1. Jan 08, 2020
    • evitayan's avatar
      Make mainline IPsec(IKE) to statically include @UiccAppType · 996aa2a1
      evitayan authored
      This commit adds android.telephony.Annotation to
      framework-ike-shared-srcs so that mainline module IPsec(IKE) can
      statically include it.
      
      Bug: 146360859
      Test: build, flash, boot
      Test: atest FrameworksIkeTests
      Change-Id: I58b733fd6c020b76313b750e18eebb7bd0c12e7c
      996aa2a1
    • Chen Xu's avatar
      move UiccAppType to annotation class · bcc31107
      Chen Xu authored
      this is to allow non-telephony mainline module statically link
      to telephony annotatons.
      
      Bug: 135956699
      Test: Manual
      Change-Id: I1207418cc83217cefc603589496660aa0d4be202
      (cherry picked from commit d1b06a20)
      Merged-In: I1207418cc83217cefc603589496660aa0d4be202
      bcc31107
    • evitayan's avatar
      Allow mainline IPsec(IKE) to statically include @PolicyDirection · e22e47f4
      evitayan authored
      @PolicyDirection was hidden API defined in IpSecManager and
      mainline module IPsec(IKE) needs to depend on it.
      
      To remove this hidden API dependency, this commit:
      - Moves definition of @PolicyDirection to a separate class
      - Creates sharing filegroup framework-ike-shared-srcs for mainline
        IKE and include PolicyDirection.java
      
      Bug: 146360859
      Test: build, flash, boot
      Test: atest FrameworksIkeTests
      Change-Id: Ic6d7c06d4b92e16a9a65430365c9acc73932147b
      e22e47f4
  2. Jan 07, 2020
Loading