Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit e56a4b2a authored by d34d's avatar d34d Committed by Clark Scheff
Browse files

Add File.separator to end of internalPath

When compiling theme resources, packages that start with the same
internal path end up being processed by AAPT which can cause
conflicts and not allow the theme to be installed.  An example of
this is a theme that overlays both com.google.android.gm and
com.google.android.gms.  When the overlay for com.google.android.gm
is being processed, resources from com.google.android.gms are also
included.  This is easily resolved by appending a file separator
to the end of internalPath.

Change-Id: I98f7e0fd65c54bdd854df1539e815ad76cfa44ae
parent a7617672
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment