This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -e | |
hostname=$1 | |
device=$2 | |
file=$HOME/.dynv6.addr6 | |
[ -e $file ] && old=`cat $file` | |
if [ -z "$hostname" -o -z "$token" ]; then | |
echo "Usage: token=<your-authentication-token> [netmask=64] $0 your-name.dynv6.net [device]" | |
exit 1 | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/user/android/cm-15.1/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/android_arm64_armv8-a_cortex-a53_static_core/gen/lex/frameworks/compile/mclinker/lib/Script/ScriptScanner.cpp:1488:8: error: member reference type 'std::istream *' (aka 'basic_istream<char> *') is a pointer; did you mean to use '->'? | |
yyin.rdbuf(std::cin.rdbuf()); | |
~~~~^ | |
-> | |
/home/user/android/cm-15.1/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/android_arm64_armv8-a_cortex-a53_static_core/gen/lex/frameworks/compile/mclinker/lib/Script/ScriptScanner.cpp:1491:9: error: member reference type 'std::ostream *' (aka 'basic_ostream<char> *') is a pointer; did you mean to use '->'? | |
yyout.rdbuf(std::cout.rdbuf()); | |
~~~~~^ | |
-> | |
/home/user/android/cm-15.1/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/android |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/user/android/cm-15.1/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/android_arm64_armv8-a_cortex-a53_static_core/gen/lex/frameworks/compile/mclinker/lib/Script/ScriptScanner.cpp:1488:8: error: member reference type 'std::istream *' (aka 'basic_istream<char> *') is a pointer; did you mean to use '->'? | |
yyin.rdbuf(std::cin.rdbuf()); | |
~~~~^ | |
-> | |
/home/user/android/cm-15.1/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/android_arm64_armv8-a_cortex-a53_static_core/gen/lex/frameworks/compile/mclinker/lib/Script/ScriptScanner.cpp:1491:9: error: member reference type 'std::ostream *' (aka 'basic_ostream<char> *') is a pointer; did you mean to use '->'? | |
yyout.rdbuf(std::cout.rdbuf()); | |
~~~~~^ | |
-> | |
/home/user/android/cm-15.1/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/android |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@user-All-Series:~/android/cm-15.1$ make clean | |
17:54:03 Entire build directory removed. | |
user@user-All-Series:~/android/cm-15.1$ . build/envsetup.sh | |
including device/asus/X550/vendorsetup.sh | |
including device/generic/car/vendorsetup.sh | |
including device/generic/mini-emulator-arm64/vendorsetup.sh | |
including device/generic/mini-emulator-armv7-a-neon/vendorsetup.sh | |
including device/generic/mini-emulator-x86_64/vendorsetup.sh | |
including device/generic/mini-emulator-x86/vendorsetup.sh | |
including device/generic/uml/vendorsetup.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@user-All-Series:~/android/cm-15.1$ make clean | |
17:27:17 Entire build directory removed. | |
user@user-All-Series:~/android/cm-15.1$ . build/envsetup.sh | |
including device/asus/X550/vendorsetup.sh | |
including device/generic/car/vendorsetup.sh | |
including device/generic/mini-emulator-arm64/vendorsetup.sh | |
including device/generic/mini-emulator-armv7-a-neon/vendorsetup.sh | |
including device/generic/mini-emulator-x86_64/vendorsetup.sh | |
including device/generic/mini-emulator-x86/vendorsetup.sh | |
including device/generic/uml/vendorsetup.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@user-All-Series:~/android/cm-12.1$ make clean | |
============================================ | |
PLATFORM_VERSION_CODENAME=REL | |
PLATFORM_VERSION=5.1.1 | |
CM_VERSION= | |
TARGET_PRODUCT=full | |
TARGET_BUILD_VARIANT=eng | |
TARGET_BUILD_TYPE=release | |
TARGET_BUILD_APPS= | |
TARGET_ARCH=arm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@user-All-Series:~/android/cm-12.1$ make clean | |
============================================ | |
PLATFORM_VERSION_CODENAME=REL | |
PLATFORM_VERSION=5.1.1 | |
CM_VERSION= | |
TARGET_PRODUCT=full | |
TARGET_BUILD_VARIANT=eng | |
TARGET_BUILD_TYPE=release | |
TARGET_BUILD_APPS= | |
TARGET_ARCH=arm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@user-All-Series:~/android/cm-12.1$ make clean | |
============================================ | |
PLATFORM_VERSION_CODENAME=REL | |
PLATFORM_VERSION=5.1.1 | |
CM_VERSION= | |
TARGET_PRODUCT=full | |
TARGET_BUILD_VARIANT=eng | |
TARGET_BUILD_TYPE=release | |
TARGET_BUILD_APPS= | |
TARGET_ARCH=arm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@user-All-Series:~/min_omni_5.1$ make clean | |
============================================ | |
PLATFORM_VERSION_CODENAME=REL | |
PLATFORM_VERSION=5.1.1 | |
TARGET_PRODUCT=full | |
TARGET_BUILD_VARIANT=eng | |
TARGET_BUILD_TYPE=release | |
TARGET_BUILD_APPS= | |
TARGET_ARCH=arm | |
TARGET_ARCH_VARIANT=armv7-a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@user-All-Series:~/min_omni_5.1$ make clean | |
============================================ | |
PLATFORM_VERSION_CODENAME=REL | |
PLATFORM_VERSION=5.1.1 | |
TARGET_PRODUCT=full | |
TARGET_BUILD_VARIANT=eng | |
TARGET_BUILD_TYPE=release | |
TARGET_BUILD_APPS= | |
TARGET_ARCH=arm | |
TARGET_ARCH_VARIANT=armv7-a |
NewerOlder