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
| import json | |
| import logging | |
| from django.conf import settings | |
| from django import forms | |
| from django.utils.safestring import mark_safe | |
| from django.utils.translation import ugettext_lazy as _ | |
| from six.moves.urllib.request import urlopen | |
| from six.moves.urllib.parse import urlencode | |
| from six.moves.urllib.error import URLError |
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
| --- android-x86_64_defconfig 2016-03-13 22:45:33.511718005 +0800 | |
| +++ android-x86_64_systemd_defconfig 2016-03-27 22:04:11.987423495 +0800 | |
| @@ -70,16 +70,14 @@ | |
| # CONFIG_KERNEL_LZ4 is not set | |
| CONFIG_DEFAULT_HOSTNAME="android_x86_64" | |
| CONFIG_SWAP=y | |
| -# CONFIG_SYSVIPC is not set | |
| +CONFIG_SYSVIPC=y | |
| +CONFIG_SYSVIPC_SYSCTL=y | |
| # CONFIG_POSIX_MQUEUE is not set |
NewerOlder