1. 24 Apr, 2014 20 commits
  2. 23 Apr, 2014 5 commits
  3. 22 Apr, 2014 7 commits
  4. 21 Apr, 2014 2 commits
  5. 19 Apr, 2014 3 commits
    • Ying Wang's avatar
      Support to extract JNI libs from prebuilt APK · 74eb6600
      Ying Wang authored
      Use LOCAL_PREBUILT_JNI_LIBS to install prebuilt JNI libraries extracted
      from the prebuilt apk, or prebuilts as source, to the app specific lib path.
      LOCAL_PREBUILT_JNI_LIBS accepts 2 kinds of files:
      - Files like @path/to/libfoo.so (path inside the apk) are JNI libs
        extracted from the prebuilt apk. In this case, all embedded JNI libs
        inside the prebuilt apk are stripped.
      - Files like path/to/libfoo.so (path relative to LOCAL_PATH) are
        prebuilts in the source tree.
      
      Those prebuilt JNI libs are not defined as modules in the build system,
      so this works around possible module name conflict.
      
      Bug: 13170859
      Change-Id: I91bb844cc11b3621a85733bc7e8910f168957ef0
      74eb6600
    • Ian Rogers's avatar
      Make the zygote 64-bit for the x86-64 emulator. · d4186e8c
      Ian Rogers authored
      Change-Id: I4ad5d1ef2406e947176c8e180822b25c04fc83f0
      d4186e8c
    • Ying Wang's avatar
      am a59c2935: am 488b23d9: Merge "Update rules to install JNI libraries." · fff7583f
      Ying Wang authored
      * commit 'a59c2935':
        Update rules to install JNI libraries.
      fff7583f
  6. 18 Apr, 2014 3 commits
    • Ying Wang's avatar
      am 488b23d9: Merge "Update rules to install JNI libraries." · a59c2935
      Ying Wang authored
      * commit '488b23d9':
        Update rules to install JNI libraries.
      a59c2935
    • Ying Wang's avatar
      Merge "Update rules to install JNI libraries." · 488b23d9
      Ying Wang authored
      488b23d9
    • Ying Wang's avatar
      Update rules to install JNI libraries. · 695e826a
      Ying Wang authored
      Previously we have to use LOCAL_REQUIRED_MODULES to install jni
      libraries for an apk in bundled build.
      With this change, we'll use LOCAL_JNI_SHARED_LIBRARIES alone to
      install jni shared libraries.
      
      The new rules are:
      - If we are doing unbundled build, or the apk isn't going to be
        installed to system partitions, we'll embed the jni libs in the
        built apk.
      - Otherwise, the jni libraries will be installed to the system
        lib path, and symlinks created in the app specific lib path.
      
      Change-Id: Id6bd5301eb632bda3593664acee580f0d8b1d5d4
      695e826a