Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
add cm_osprey-user build variant
Browse files Browse the repository at this point in the history
Change-Id: I1ea5171bc05f395827f4c917dbdc5de687c7bb18
  • Loading branch information
MSe1969 committed Jun 15, 2018
1 parent 96a5258 commit fc3b8b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions build_osprey-user.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

# Own Values
export CCACHE_DIR=~/.ccache13
export OUT_DIR_COMMON_BASE=~/out-android

# Use pre-defined build script
source z_patches/build_osprey-user.sh



2 changes: 1 addition & 1 deletion cp-root.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash



copy_files() {
cat <<EOF
build_falcon.sh
build_gts210ltexx.sh
build_osprey.sh
build_osprey-user.sh
make_clean.sh
switch_microG.sh
EOF
Expand Down

0 comments on commit fc3b8b9

Please sign in to comment.