Skip to content

Commit

Permalink
12: Force updatable apex
Browse files Browse the repository at this point in the history
* looks like flattening apexes is bad idea for 12:
* some apexes has symlinks to another that we can’t easily handle for now
  • Loading branch information
erfanoabdi committed Oct 5, 2021
1 parent 80c964f commit 58d0b70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prebuilt/12/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ romdir=$2
thispath=`cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd`

# Deal with non-flattened apex
$thispath/../../scripts/apex_extractor.sh $1/apex
$thispath/../../scripts/apex_extractor.sh $1/system_ext/apex
echo "ro.apex.updatable=false" >> $1/product/etc/build.prop
#$thispath/../../scripts/apex_extractor.sh $1/apex
#$thispath/../../scripts/apex_extractor.sh $1/system_ext/apex
echo "ro.apex.updatable=true" >> $1/product/etc/build.prop

# Copy system files
rsync -ra $thispath/system/ $systempath
Expand Down

0 comments on commit 58d0b70

Please sign in to comment.