New issue
Advanced search Search tips

Issue 643264 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Dec 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug

Blocking:
issue 624324



Sign in to add a comment

Add AndroidManifest.xml support for android_aar()

Project Member Reported by agrieve@chromium.org, Sep 1 2016

Issue description

For example:

third_party/android_tools/sdk/extras/google/m2repository/com/google/android/gms/play-services-base/9.4.0/play-services-base-9.4.0.aar

contains AndroidManifest.xml:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.google.android.gms.base">
    <uses-sdk android:minSdkVersion="9"/>
    <application>
        <activity android:name="com.google.android.gms.common.api.GoogleApiActivity"
                  android:theme="@android:style/Theme.Translucent.NoTitleBar"
                  android:exported="false"/>
    </application>
</manifest>
 
Project Member

Comment 1 by sheriffbot@chromium.org, Sep 4 2017

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: Fixed (was: Untriaged)
This was done at some point.

Sign in to add a comment