Proper target names
Fixes https://github.com/AndyCGYan/lineage_build_unified/issues/12
This commit is contained in:
parent
a2fed94d14
commit
6a343a619d
@ -94,7 +94,7 @@ build_treble() {
|
|||||||
("64B") TARGET=treble_arm64_bvS;;
|
("64B") TARGET=treble_arm64_bvS;;
|
||||||
(*) echo "Invalid target - exiting"; exit 1;;
|
(*) echo "Invalid target - exiting"; exit 1;;
|
||||||
esac
|
esac
|
||||||
lunch ${TARGET}-userdebug
|
lunch lineage_${TARGET}-userdebug
|
||||||
make installclean
|
make installclean
|
||||||
make -j$(nproc --all) systemimage
|
make -j$(nproc --all) systemimage
|
||||||
make vndk-test-sepolicy
|
make vndk-test-sepolicy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user