Update git submodules

* Update platform/libcore from branch 'master'
  to eaa882d87cadb812c1437e24e2ce7bb32ed182c8
  - Merge "Avoid constructor with non-API class"
  - Avoid constructor with non-API class
    
    Add a no-arg constructor to SignerInfo for the
    stubs. Without this the stubs generator includes
    one of the other constructors that has X500Name
    as a parameter which in turn introduces a dependency
    on X500Name. X500Name is not part of the API which
    should cause a compile error.
    
    Also, compile the core.platform.api.stubs against
    an empty boot classpath to ensure that all classes
    referenced by the API *are* in the API, which was
    not the case before.
    
    Bug: 113148576
    Test: build
    Change-Id: I4509ec77361faf2c0b03f15e869b3cd5de8fc81a
    

* Update platform/superproject from branch 'master'
  to 9692437e331c568eb9afc191e00287162ba124e6
  - Update git submodules
    
    * Update libcore from branch 'master'
      to eaa882d87cadb812c1437e24e2ce7bb32ed182c8
      - Merge "Avoid constructor with non-API class"
      - Avoid constructor with non-API class
        
        Add a no-arg constructor to SignerInfo for the
        stubs. Without this the stubs generator includes
        one of the other constructors that has X500Name
        as a parameter which in turn introduces a dependency
        on X500Name. X500Name is not part of the API which
        should cause a compile error.
        
        Also, compile the core.platform.api.stubs against
        an empty boot classpath to ensure that all classes
        referenced by the API *are* in the API, which was
        not the case before.
        
        Bug: 113148576
        Test: build
        Change-Id: I4509ec77361faf2c0b03f15e869b3cd5de8fc81a
        
2 files changed