commit | 748277cb08f6fda9786157cb8f2f7745d0a691c0 | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <phh@phh.me> | Tue Dec 19 13:10:47 2017 +0100 |
committer | Pierre-Hugues Husson <phh@phh.me> | Tue Dec 19 13:10:47 2017 +0100 |
tree | 7471e770520c9d8cf73fc94a7ddfc6378c94ce75 | |
parent | 40ae10433e5a77a07e6e900b4bf4bd04af254469 [diff] [blame] |
Rename ab to b, to have fixed length variants
diff --git a/generate.sh b/generate.sh index 382b352..9a96623 100644 --- a/generate.sh +++ b/generate.sh
@@ -32,7 +32,12 @@ extra_packages+=' phh-su' fi - target="treble_${arch}_${part}${apps_suffix}${su_suffix}" + part_suffix='a' + if [ "$part" == 'ab' ];then + part_suffix='b' + fi + + target="treble_${arch}_${part_suffix}${apps_suffix}${su_suffix}" cat > ${target}.mk << EOF include build/make/target/product/treble_common.mk