您的位置:首页 > 移动开发 > Android开发

android编译

2016-06-30 07:57 337 查看


Fetching project platform/external/libffi

Fetching projects: 98% (218/222) Fetching project platform/external/mtpd

Fetching projects: 100% (222/222), done.

Syncing work tree: 100% (221/221), done.

同步完成了;

root@chen-Inspiron-5759:/usr/bin/source# source build/envsetup.sh

including device/samsung/maguro/vendorsetup.sh

including device/samsung/tuna/vendorsetup.sh

including device/ti/panda/vendorsetup.sh

including sdk/bash_completion/adb.bash

root@chen-Inspiron-5759:/usr/bin/source#

(初始化编译环境,跟你发不一样,还少了模拟器的脚本,运行不了
emulator
);

root@chen-Inspiron-5759:/usr/bin/source# lunch

You're building on Linux

Lunch menu... pick a combo:

1. full-eng

2. full_x86-eng

3. vbox_x86-eng

4. full_maguro-userdebug

5. full_tuna-userdebug

6. full_panda-eng

(这里我任意选择一个编译目标,也跟你发的也不一样,又少东西了);

make -j8(开始编译---->)

root@chen-Inspiron-5759:/usr/bin/source# make -j8

============================================

PLATFORM_VERSION_CODENAME=REL

PLATFORM_VERSION=4.0.1

TARGET_PRODUCT=full

TARGET_BUILD_VARIANT=eng

TARGET_BUILD_TYPE=release

TARGET_BUILD_APPS=

TARGET_ARCH=arm

TARGET_ARCH_VARIANT=armv7-a

HOST_ARCH=x86

HOST_OS=linux

HOST_BUILD_TYPE=release

BUILD_ID=ITL41D

============================================

Install: out/host/linux-x86/framework/guavalib.jar

Install: out/host/linux-x86/framework/antlr.jar

Copying: out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes-jarjar.jar

Install: out/host/linux-x86/framework/dx.jar

host C++: aapt <= frameworks/base/tools/aapt/AaptAssets.cpp

host C++: aapt <= frameworks/base/tools/aapt/Command.cpp

host C++: aapt <= frameworks/base/tools/aapt/CrunchCache.cpp

host C++: aapt <= frameworks/base/tools/aapt/Main.cpp

host C++: aapt <= frameworks/base/tools/aapt/Package.cpp

host C++: aapt <= frameworks/base/tools/aapt/StringPool.cpp

host C++: aapt <= frameworks/base/tools/aapt/XMLNode.cpp

host C++: aapt <= frameworks/base/tools/aapt/ResourceFilter.cpp

<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined

<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined

<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined

<built-in>: note: this is the location of the previous definition

<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined

<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined

<built-in>: note: this is the location of the previous definition

<built-in>: note: this is the location of the previous definition

<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined

<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined

<built-in>: note: this is the location of the previous definition

<built-in>: note: this is the location of the previous definition

<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined

<built-in>: note: this is the location of the previous definition

<built-in>: note: this is the location of the previous definition

<built-in>: note: this is the location of the previous definition

In file included from frameworks/base/include/utils/AssetManager.h:25:0,

from frameworks/base/tools/aapt/AaptAssets.h:10,

from frameworks/base/tools/aapt/Main.h:14,

from frameworks/base/tools/aapt/Main.cpp:6:

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptSymbols>]’:

frameworks/base/tools/aapt/AaptAssets.h:446:59: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

ssize_t i = indexOfKey(key);

^

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptSymbols> >’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

In file included from frameworks/base/include/utils/AssetManager.h:25:0,

from frameworks/base/tools/aapt/AaptAssets.h:10,

from frameworks/base/tools/aapt/ResourceFilter.h:10,

from frameworks/base/tools/aapt/ResourceFilter.cpp:7:

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptSymbols>]’:

frameworks/base/tools/aapt/AaptAssets.h:446:59: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

ssize_t i = indexOfKey(key);

^

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptSymbols> >’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

In file included from frameworks/base/include/utils/AssetManager.h:25:0,

from frameworks/base/tools/aapt/AaptAssets.h:10,

from frameworks/base/tools/aapt/Main.h:14,

from frameworks/base/tools/aapt/StringPool.h:10,

from frameworks/base/tools/aapt/StringPool.cpp:7:

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptSymbols>]’:

frameworks/base/tools/aapt/AaptAssets.h:446:59: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

ssize_t i = indexOfKey(key);

^

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptSymbols> >’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String16; VALUE = int]’:

frameworks/base/tools/aapt/StringPool.cpp:68:45: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String16, int>’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

In file included from frameworks/base/include/utils/AssetManager.h:25:0,

from frameworks/base/tools/aapt/AaptAssets.h:10,

from frameworks/base/tools/aapt/AaptAssets.cpp:5:

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptSymbols>]’:

frameworks/base/tools/aapt/AaptAssets.h:446:59: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

ssize_t i = indexOfKey(key);

^

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptSymbols> >’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptGroup>]’:

frameworks/base/tools/aapt/AaptAssets.cpp:1636:41: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptGroup> >’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptDir>]’:

frameworks/base/tools/aapt/AaptAssets.cpp:1700:53: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptDir> >’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

In file included from frameworks/base/include/utils/AssetManager.h:25:0,

from frameworks/base/tools/aapt/AaptAssets.h:10,

from frameworks/base/tools/aapt/Main.h:14,

from frameworks/base/tools/aapt/Package.cpp:6:

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptSymbols>]’:

frameworks/base/tools/aapt/AaptAssets.h:446:59: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

ssize_t i = indexOfKey(key);

^

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptSymbols> >’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String16; VALUE = unsigned int]’:

frameworks/base/tools/aapt/ResourceTable.h:485:100: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String16, unsigned int>’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

In file included from frameworks/base/include/utils/AssetManager.h:25:0,

from frameworks/base/tools/aapt/AaptAssets.h:10,

from frameworks/base/tools/aapt/Main.h:14,

from frameworks/base/tools/aapt/Command.cpp:6:

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptSymbols>]’:

frameworks/base/tools/aapt/AaptAssets.h:446:59: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

ssize_t i = indexOfKey(key);

^

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptSymbols> >’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/ResourceFilter.o] 错误 1

make: *** 正在等待未完成的任务....

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String16; VALUE = unsigned int]’:

frameworks/base/tools/aapt/ResourceTable.h:485:100: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String16, unsigned int>’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/Main.o] 错误 1

make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/StringPool.o] 错误 1

In file included from frameworks/base/tools/aapt/FileFinder.h:14:0,

from frameworks/base/tools/aapt/CrunchCache.cpp:12:

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptSymbols>]’:

frameworks/base/tools/aapt/AaptAssets.h:446:59: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

ssize_t i = indexOfKey(key);

^

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptSymbols> >’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/Package.o] 错误 1

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String16; VALUE = unsigned int]’:

frameworks/base/tools/aapt/ResourceTable.h:485:100: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String16, unsigned int>’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = long int]’:

frameworks/base/tools/aapt/CrunchCache.cpp:101:87: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String8, long int>’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/AaptAssets.o] 错误 1

make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/Command.o] 错误 1

make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/CrunchCache.o] 错误 1

In file included from frameworks/base/include/utils/AssetManager.h:25:0,

from frameworks/base/tools/aapt/AaptAssets.h:10,

from frameworks/base/tools/aapt/Main.h:14,

from frameworks/base/tools/aapt/StringPool.h:10,

from frameworks/base/tools/aapt/XMLNode.h:10,

from frameworks/base/tools/aapt/XMLNode.cpp:7:

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptSymbols>]’:

frameworks/base/tools/aapt/AaptAssets.h:446:59: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

ssize_t i = indexOfKey(key);

^

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptSymbols> >’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String16; VALUE = unsigned int]’:

frameworks/base/tools/aapt/ResourceTable.h:485:100: required from here

frameworks/base/include/utils/KeyedVector.h:193:27: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

frameworks/base/include/utils/KeyedVector.h:193:27: note: declarations in dependent base ‘android::KeyedVector<android::String16, unsigned int>’ are not found by unqualified lookup

frameworks/base/include/utils/KeyedVector.h:193:27: note: use ‘this->indexOfKey’ instead

make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/XMLNode.o] 错误 1

(提示像是源码里有问题,你有遇到过么。)

another:

make -j8 (开始编译)

1.



……

…………

…………………

out/target/common/obj/PACKAGING/public_api.txt:19001: error 4: Added public constructor android.net.sip.SipProfile.Builder.Builder(String)

out/target/common/obj/PACKAGING/public_api.txt:19002: error 4: Added public constructor android.net.sip.SipProfile.Builder.Builder(String,String)

out/target/common/obj/PACKAGING/public_api.txt:19038: error 4: Added public constructor android.net.sip.SipSession.Listener.Listener()

out/target/common/obj/PACKAGING/public_api.txt:19344: error 4: Added public constructor android.net.wifi.WifiManager.WpsCallback.WpsCallback()

out/target/common/obj/PACKAGING/public_api.txt:20098: error 4: Added public constructor android.opengl.ETC1Util.ETC1Texture.ETC1Texture(int,int,ByteBuffer)

out/target/common/obj/PACKAGING/public_api.txt:22676: error 4: Added public constructor android.os.Build.VERSION.VERSION()

out/target/common/obj/PACKAGING/public_api.txt:22688: error 4: Added public constructor android.os.Build.VERSION_CODES.VERSION_CODES()

out/target/common/obj/PACKAGING/public_api.txt:22891: error 4: Added public constructor android.os.Debug.InstructionCount.InstructionCount()

out/target/common/obj/PACKAGING/public_api.txt:22899: error 4: Added public constructor android.os.Debug.MemoryInfo.MemoryInfo()

out/target/common/obj/PACKAGING/public_api.txt:22939: error 4: Added public constructor android.os.DropBoxManager.Entry.Entry(String,long)

out/target/common/obj/PACKAGING/public_api.txt:22940: error 4: Added public constructor android.os.DropBoxManager.Entry.Entry(String,long,String)

out/target/common/obj/PACKAGING/public_api.txt:22941: error 4: Added public constructor android.os.DropBoxManager.Entry.Entry(String,long,byte,int)

out/target/common/obj/PACKAGING/public_api.txt:22942: error 4: Added public constructor android.os.DropBoxManager.Entry.Entry(String,long,ParcelFileDescriptor,int)

out/target/common/obj/PACKAGING/public_api.txt:22943: error 4: Added public constructor android.os.DropBoxManager.Entry.Entry(String,long,File,int)

out/target/common/obj/PACKAGING/public_api.txt:23341: error 4: Added public constructor android.os.ParcelFileDescriptor.AutoCloseInputStream.AutoCloseInputStream(ParcelFileDescriptor)

host C++: backtrace_test_32 <= system/core/libbacktrace/backtrace_test.cpp

out/target/common/obj/PACKAGING/public_api.txt:23345: error 4: Added public constructor android.os.ParcelFileDescriptor.AutoCloseOutputStream.AutoCloseOutputStream(ParcelFileDescriptor)

out/target/common/obj/PACKAGING/public_api.txt:23349: error 4: Added public constructor android.os.ParcelFileDescriptor.FileDescriptorDetachedException.FileDescriptorDetachedException()

out/target/common/obj/PACKAGING/public_api.txt:23551: error 4: Added public constructor android.os.StrictMode.ThreadPolicy.Builder.Builder()

out/target/common/obj/PACKAGING/public_api.txt:23552: error 4: Added public constructor android.os.StrictMode.ThreadPolicy.Builder.Builder(ThreadPolicy)

out/target/common/obj/PACKAGING/public_api.txt:23579: error 4: Added public constructor android.os.StrictMode.VmPolicy.Builder.Builder()

out/target/common/obj/PACKAGING/public_api.txt:23580: error 4: Added public constructor android.os.StrictMode.VmPolicy.Builder.Builder(VmPolicy)

out/target/common/obj/PACKAGING/public_api.txt:23911: error 4: Added public constructor android.preference.Preference.BaseSavedState.BaseSavedState(Parcel)

out/target/common/obj/PACKAGING/public_api.txt:23912: error 4: Added public constructor android.preference.Preference.BaseSavedState.BaseSavedState(Parcelable)

out/target/common/obj/PACKAGING/public_api.txt:23965: error 4: Added public constructor android.preference.PreferenceActivity.Header.Header()

out/target/common/obj/PACKAGING/public_api.txt:24145: error 4: Added public constructor android.print.PrintAttributes.Builder.Builder()

out/target/common/obj/PACKAGING/public_api.txt:24155: error 4: Added public constructor android.print.PrintAttributes.Margins.Margins(int,int,int,int)

out/target/common/obj/PACKAGING/public_api.txt:24164: error 4: Added public constructor android.print.PrintAttributes.MediaSize.MediaSize(String,String,int,int)

out/target/common/obj/PACKAGING/public_api.txt:24258: error 4: Added public constructor android.print.PrintAttributes.Resolution.Resolution(String,String,int,int)

out/target/common/obj/PACKAGING/public_api.txt:24301: error 4: Added public constructor android.print.PrintDocumentInfo.Builder.Builder(String)

out/target/common/obj/PACKAGING/public_api.txt:24348: error 4: Added public constructor android.print.PrintJobInfo.Builder.Builder(PrintJobInfo)

out/target/common/obj/PACKAGING/public_api.txt:24375: error 4: Added public constructor android.print.PrinterCapabilitiesInfo.Builder.Builder(PrinterId)

out/target/common/obj/PACKAGING/public_api.txt:24406: error 4: Added public constructor android.print.PrinterInfo.Builder.Builder(PrinterId,String,int)

out/target/common/obj/PACKAGING/public_api.txt:24407: error 4: Added public constructor android.print.PrinterInfo.Builder.Builder(PrinterInfo)

out/target/common/obj/PACKAGING/public_api.txt:24824: error 4: Added public constructor android.provider.CallLog.Calls.Calls()

out/target/common/obj/PACKAGING/public_api.txt:24966: error 4: Added public constructor android.provider.Contacts.Intents.Intents()

out/target/common/obj/PACKAGING/public_api.txt:24977: error 4: Added public constructor android.provider.Contacts.Intents.Insert.Insert()

out/target/common/obj/PACKAGING/public_api.txt:25008: error 4: Added public constructor android.provider.Contacts.Intents.UI.UI()

out/target/common/obj/PACKAGING/public_api.txt:25207: error 4: Added public constructor android.provider.ContactsContract.CommonDataKinds.Callable.Callable()

out/target/common/obj/PACKAGING/public_api.txt:25222: error 4: Added public constructor android.provider.ContactsContract.CommonDataKinds.Contactables.Contactables()

out/target/common/obj/PACKAGING/public_api.txt:25544: error 4: Added public constructor android.provider.ContactsContract.Contacts.AggregationSuggestions.Builder.Builder()

out/target/common/obj/PACKAGING/public_api.txt:25628: error 4: Added public constructor android.provider.ContactsContract.DataUsageFeedback.DataUsageFeedback()

out/target/common/obj/PACKAGING/public_api.txt:25732: error 4: Added public constructor android.provider.ContactsContract.Intents.Intents()

out/target/common/obj/PACKAGING/public_api.txt:25745: error 4: Added public constructor android.provider.ContactsContract.Intents.Insert.Insert()

out/target/common/obj/PACKAGING/public_api.txt:25799: error 4: Added public constructor android.provider.ContactsContract.PinnedPositions.PinnedPositions()

out/target/common/obj/PACKAGING/public_api.txt:25807: error 4: Added public constructor android.provider.ContactsContract.Presence.Presence()

out/target/common/obj/PACKAGING/public_api.txt:25844: error 4: Added public constructor android.provider.ContactsContract.QuickContact.QuickContact()

out/target/common/obj/PACKAGING/public_api.txt:25901: error 4: Added public constructor android.provider.ContactsContract.SearchSnippets.SearchSnippets()

out/target/common/obj/PACKAGING/public_api.txt:26114: error 4: Added public constructor android.provider.MediaStore.Audio.Audio()

out/target/common/obj/PACKAGING/public_api.txt:26131: error 4: Added public constructor android.provider.MediaStore.Audio.Albums.Albums()

out/target/common/obj/PACKAGING/public_api.txt:26148: error 4: Added public constructor android.provider.MediaStore.Audio.Artists.Artists()

out/target/common/obj/PACKAGING/public_api.txt:26158: error 4: Added public constructor android.provider.MediaStore.Audio.Artists.Albums.Albums()

out/target/common/obj/PACKAGING/public_api.txt:26183: error 4: Added public constructor android.provider.MediaStore.Audio.Genres.Genres()

out/target/common/obj/PACKAGING/public_api.txt:26194: error 4: Added public constructor android.provider.MediaStore.Audio.Genres.Members.Members()

out/target/common/obj/PACKAGING/public_api.txt:26207: error 4: Added public constructor android.provider.MediaStore.Audio.Media.Media()

out/target/common/obj/PACKAGING/public_api.txt:26220: error 4: Added public constructor android.provider.MediaStore.Audio.Playlists.Playlists()

out/target/common/obj/PACKAGING/public_api.txt:26230: error 4: Added public constructor android.provider.MediaStore.Audio.Playlists.Members.Members()

out/target/common/obj/PACKAGING/public_api.txt:26253: error 4: Added public constructor android.provider.MediaStore.Files.Files()

out/target/common/obj/PACKAGING/public_api.txt:26271: error 4: Added public constructor android.provider.MediaStore.Images.Images()

out/target/common/obj/PACKAGING/public_api.txt:26288: error 4: Added public constructor android.provider.MediaStore.Images.Media.Media()

out/target/common/obj/PACKAGING/public_api.txt:26303: error 4: Added public constructor android.provider.MediaStore.Images.Thumbnails.Thumbnails()

out/target/common/obj/PACKAGING/public_api.txt:26339: error 4: Added public constructor android.provider.MediaStore.Video.Video()

out/target/common/obj/PACKAGING/public_api.txt:26345: error 4: Added public constructor android.provider.MediaStore.Video.Media.Media()

out/target/common/obj/PACKAGING/public_api.txt:26354: error 4: Added public constructor android.provider.MediaStore.Video.Thumbnails.Thumbnails()

out/target/common/obj/PACKAGING/public_api.txt:26479: error 4: Added public constructor android.provider.Settings.Global.Global()

out/target/common/obj/PACKAGING/public_api.txt:26536: error 4: Added public constructor android.provider.Settings.NameValueTable.NameValueTable()

out/target/common/obj/PACKAGING/public_api.txt:26544: error 4: Added public constructor android.provider.Settings.Secure.Secure()

out/target/common/obj/PACKAGING/public_api.txt:26628: error 4: Added public constructor android.provider.Settings.SettingNotFoundException.SettingNotFoundException(String)

out/target/common/obj/PACKAGING/public_api.txt:26632: error 4: Added public constructor android.provider.Settings.System.System()

out/target/common/obj/PACKAGING/public_api.txt:26765: error 4: Added public constructor android.provider.SyncStateContract.Constants.Constants()

out/target/common/obj/PACKAGING/public_api.txt:26770: error 4: Added public constructor android.provider.SyncStateContract.Helpers.Helpers()

out/target/common/obj/PACKAGING/public_api.txt:27068: error 4: Added public constructor android.provider.UserDictionary.Words.Words()

out/target/common/obj/PACKAGING/public_api.txt:27397: error 4: Added public constructor android.renderscript.Element.Builder.Builder(RenderScript)

out/target/common/obj/PACKAGING/public_api.txt:27727: error 4: Added public constructor android.renderscript.RenderScript.RSErrorHandler.RSErrorHandler()

out/target/common/obj/PACKAGING/public_api.txt:27734: error 4: Added public constructor android.renderscript.RenderScript.RSMessageHandler.RSMessageHandler()

out/target/common/obj/PACKAGING/public_api.txt:27759: error 4: Added public constructor android.renderscript.Sampler.Builder.Builder(RenderScript)

out/target/common/obj/PACKAGING/public_api.txt:27812: error 4: Added public constructor android.renderscript.Script.FieldBase.FieldBase()

out/target/common/obj/PACKAGING/public_api.txt:27833: error 4: Added public constructor android.renderscript.Script.LaunchOptions.LaunchOptions()

out/target/common/obj/PACKAGING/public_api.txt:27860: error 4: Added public constructor android.renderscript.ScriptGroup.Binding.Binding(FieldID,Object)

out/target/common/obj/PACKAGING/public_api.txt:27864: error 4: Added public constructor android.renderscript.ScriptGroup.Builder.Builder(RenderScript)

out/target/common/obj/PACKAGING/public_api.txt:27872: error 4: Added public constructor android.renderscript.ScriptGroup.Builder2.Builder2(RenderScript)

out/target/common/obj/PACKAGING/public_api.txt:28184: error 4: Added public constructor android.renderscript.Type.Builder.Builder(RenderScript,Element)

out/target/common/obj/PACKAGING/public_api.txt:28292: error 4: Added public constructor android.security.KeyPairGeneratorSpec.Builder.Builder(Context)

out/target/common/obj/PACKAGING/public_api.txt:28310: error 4: Added public constructor android.security.KeyStoreParameter.Builder.Builder(Context)

out/target/common/obj/PACKAGING/public_api.txt:28353: error 4: Added public constructor android.security.keystore.KeyGenParameterSpec.Builder.Builder(String,int)

out/target/common/obj/PACKAGING/public_api.txt:28455: error 4: Added public constructor android.security.keystore.KeyProtection.Builder.Builder(int)

out/target/common/obj/PACKAGING/public_api.txt:28520: error 4: Added public constructor android.service.carrier.CarrierMessagingService.SendMmsResult.SendMmsResult(int,byte)

out/target/common/obj/PACKAGING/public_api.txt:28526: error 4: Added public constructor android.service.carrier.CarrierMessagingService.SendMultipartSmsResult.SendMultipartSmsResult(int,int)

out/target/common/obj/PACKAGING/public_api.txt:28532: error 4: Added public constructor android.service.carrier.CarrierMessagingService.SendSmsResult.SendSmsResult(int,int)

out/target/common/obj/PACKAGING/public_api.txt:28655: error 4: Added public constructor android.service.media.MediaBrowserService.BrowserRoot.BrowserRoot(String,Bundle)

out/target/common/obj/PACKAGING/public_api.txt:28702: error 4: Added public constructor android.service.notification.NotificationListenerService.Ranking.Ranking()

out/target/common/obj/PACKAGING/public_api.txt:28759: error 4: Added public constructor android.service.textservice.SpellCheckerService.Session.Session()

out/target/common/obj/PACKAGING/public_api.txt:28792: error 4: Added public constructor android.service.voice.AlwaysOnHotwordDetector.Callback.Callback()

out/target/common/obj/PACKAGING/public_api.txt:28897: error 4: Added public constructor android.service.voice.VoiceInteractionSession.Insets.Insets()

out/target/common/obj/PACKAGING/public_api.txt:28941: error 4: Added public constructor android.service.wallpaper.WallpaperService.Engine.Engine()

out/target/common/obj/PACKAGING/public_api.txt:29162: error 4: Added public constructor android.speech.tts.TextToSpeech.Engine.Engine()

out/target/common/obj/PACKAGING/public_api.txt:29196: error 4: Added public constructor android.speech.tts.TextToSpeech.EngineInfo.EngineInfo()

out/target/common/obj/PACKAGING/public_api.txt:29941: error 4: Added public constructor android.telecom.Call.Callback.Callback()

out/target/common/obj/PACKAGING/public_api.txt:30143: error 4: Added public constructor android.telecom.Connection.VideoProvider.VideoProvider()

out/target/common/obj/PACKAGING/public_api.txt:30257: error 4: Added public constructor android.telecom.InCallService.VideoCall.VideoCall()

out/target/common/obj/PACKAGING/public_api.txt:30274: error 4: Added public constructor android.telecom.InCallService.VideoCall.Callback.Callback()

out/target/common/obj/PACKAGING/public_api.txt:30316: error 4: Added public constructor android.telecom.PhoneAccount.Builder.Builder(PhoneAccountHandle,CharSequence)

out/target/common/obj/PACKAGING/public_api.txt:30317: error 4: Added public constructor android.telecom.PhoneAccount.Builder.Builder(PhoneAccount)

out/target/common/obj/PACKAGING/public_api.txt:30362: error 4: Added public constructor android.telecom.RemoteConference.Callback.Callback()

out/target/common/obj/PACKAGING/public_api.txt:30405: error 4: Added public constructor android.telecom.RemoteConnection.Callback.Callback()

out/target/common/obj/PACKAGING/public_api.txt:30440: error 4: Added public constructor android.telecom.RemoteConnection.VideoProvider.Callback.Callback()

out/target/common/obj/PACKAGING/public_api.txt:30537: error 4: Added public constructor android.telecom.VideoProfile.CameraCapabilities.CameraCapabilities(int,int)

out/target/common/obj/PACKAGING/public_api.txt:31099: error 4: Added public constructor android.telephony.SubscriptionManager.OnSubscriptionsChangedListener.OnSubscriptionsChangedListener()

out/target/common/obj/PACKAGING/public_api.txt:31304: error 4: Added public constructor android.telephony.gsm.SmsMessage.SubmitPdu.SubmitPdu()

out/target/common/obj/PACKAGING/public_api.txt:31909: error 4: Added public constructor android.test.suitebuilder.TestSuiteBuilder.FailedToCreateTests.FailedToCreateTests(Exception)

out/target/common/obj/PACKAGING/public_api.txt:31988: error 4: Added public constructor android.text.BidiFormatter.Builder.Builder()

out/target/common/obj/PACKAGING/public_api.txt:31989: error 4: Added public constructor android.text.BidiFormatter.Builder.Builder(boolean)

out/target/common/obj/PACKAGING/public_api.txt:31990: error 4: Added public constructor android.text.BidiFormatter.Builder.Builder(Locale)

out/target/common/obj/PACKAGING/public_api.txt:32020: error 4: Added public constructor android.text.BoringLayout.Metrics.Metrics()

out/target/common/obj/PACKAGING/public_api.txt:32064: error 4: Added public constructor android.text.Editable.Factory.Factory()

out/target/common/obj/PACKAGING/public_api.txt:32093: error 4: Added public constructor android.text.InputFilter.AllCaps.AllCaps()

out/target/common/obj/PACKAGING/public_api.txt:32098: error 4: Added public constructor android.text.InputFilter.LengthFilter.LengthFilter(int)

out/target/common/obj/PACKAGING/public_api.txt:32224: error 4: Added public constructor android.text.LoginFilter.PasswordFilterGMail.PasswordFilterGMail()

out/target/common/obj/PACKAGING/public_api.txt:32225: error 4: Added public constructor android.text.LoginFilter.PasswordFilterGMail.PasswordFilterGMail(boolean)

out/target/common/obj/PACKAGING/public_api.txt:32230: error 4: Added public constructor android.text.LoginFilter.UsernameFilterGMail.UsernameFilterGMail()

out/target/common/obj/PACKAGING/public_api.txt:32231: error 4: Added public constructor android.text.LoginFilter.UsernameFilterGMail.UsernameFilterGMail(boolean)

out/target/common/obj/PACKAGING/public_api.txt:32236: error 4: Added public constructor android.text.LoginFilter.UsernameFilterGeneric.UsernameFilterGeneric()

out/target/common/obj/PACKAGING/public_api.txt:32237: error 4: Added public constructor android.text.LoginFilter.UsernameFilterGeneric.UsernameFilterGeneric(boolean)

out/target/common/obj/PACKAGING/public_api.txt:32245: error 4: Added public constructor android.text.NoCopySpan.Concrete.Concrete()

out/target/common/obj/PACKAGING/public_api.txt:32288: error 4: Added public constructor android.text.Spannable.Factory.Factory()

out/target/common/obj/PACKAGING/public_api.txt:32486: error 4: Added public constructor android.text.TextUtils.SimpleStringSplitter.SimpleStringSplitter(char)

out/target/common/obj/PACKAGING/public_api.txt:32929: error 4: Added public constructor android.text.style.AlignmentSpan.Standard.Standard(Alignment)

out/target/common/obj/PACKAGING/public_api.txt:32930: error 4: Added public constructor android.text.style.AlignmentSpan.Standard.Standard(Parcel)

out/target/common/obj/PACKAGING/public_api.txt:33050: error 4: Added public constructor android.text.style.LeadingMarginSpan.Standard.Standard(int,int)

out/target/common/obj/PACKAGING/public_api.txt:33051: error 4: Added public constructor android.text.style.LeadingMarginSpan.Standard.Standard(int)

out/target/common/obj/PACKAGING/public_api.txt:33052: error 4: Added public constructor android.text.style.LeadingMarginSpan.Standard.Standard(Parcel)

out/target/common/obj/PACKAGING/public_api.txt:33214: error 4: Added public constructor android.text.style.TabStopSpan.Standard.Standard(int)

out/target/common/obj/PACKAGING/public_api.txt:33326: error 4: Added public constructor android.text.style.TtsSpan.Builder.Builder(String)

out/target/common/obj/PACKAGING/public_api.txt:33334: error 4: Added public constructor android.text.style.TtsSpan.CardinalBuilder.CardinalBuilder()

out/target/common/obj/PACKAGING/public_api.txt:33335: error 4: Added public constructor android.text.style.TtsSpan.CardinalBuilder.CardinalBuilder(long)

out/target/common/obj/PACKAGING/public_api.txt:33336: error 4: Added public constructor android.text.style.TtsSpan.CardinalBuilder.CardinalBuilder(String)

out/target/common/obj/PACKAGING/public_api.txt:33342: error 4: Added public constructor android.text.style.TtsSpan.DateBuilder.DateBuilder()

out/target/common/obj/PACKAGING/public_api.txt:33343: error 4: Added public constructor android.text.style.TtsSpan.DateBuilder.DateBuilder(Integer,Integer,Integer,Integer)

out/target/common/obj/PACKAGING/public_api.txt:33351: error 4: Added public constructor android.text.style.TtsSpan.DecimalBuilder.DecimalBuilder()

out/target/common/obj/PACKAGING/public_api.txt:33352: error 4: Added public constructor android.text.style.TtsSpan.DecimalBuilder.DecimalBuilder(double,int,int)

out/target/common/obj/PACKAGING/public_api.txt:33353: error 4: Added public constructor android.text.style.TtsSpan.DecimalBuilder.DecimalBuilder(String,String)

out/target/common/obj/PACKAGING/public_api.txt:33361: error 4: Added public constructor android.text.style.TtsSpan.DigitsBuilder.DigitsBuilder()

out/target/common/obj/PACKAGING/public_api.txt:33362: error 4: Added public constructor android.text.style.TtsSpan.DigitsBuilder.DigitsBuilder(String)

out/target/common/obj/PACKAGING/public_api.txt:33367: error 4: Added public constructor android.text.style.TtsSpan.ElectronicBuilder.ElectronicBuilder()

out/target/common/obj/PACKAGING/public_api.txt:33380: error 4: Added public constructor android.text.style.TtsSpan.FractionBuilder.FractionBuilder()

out/target/common/obj/PACKAGING/public_api.txt:33381: error 4: Added public constructor android.text.style.TtsSpan.FractionBuilder.FractionBuilder(long,long,long)

out/target/common/obj/PACKAGING/public_api.txt:33391: error 4: Added public constructor android.text.style.TtsSpan.MeasureBuilder.MeasureBuilder()

out/target/common/obj/PACKAGING/public_api.txt:33405: error 4: Added public constructor android.text.style.TtsSpan.MoneyBuilder.MoneyBuilder()

out/target/common/obj/PACKAGING/public_api.txt:33414: error 4: Added public constructor android.text.style.TtsSpan.OrdinalBuilder.OrdinalBuilder()

out/target/common/obj/PACKAGING/public_api.txt:33415: error 4: Added public constructor android.text.style.TtsSpan.OrdinalBuilder.OrdinalBuilder(long)

out/target/common/obj/PACKAGING/public_api.txt:33416: error 4: Added public constructor android.text.style.TtsSpan.OrdinalBuilder.OrdinalBuilder(String)

out/target/common/obj/PACKAGING/public_api.txt:33422: error 4: Added public constructor android.text.style.TtsSpan.SemioticClassBuilder.SemioticClassBuilder(String)

out/target/common/obj/PACKAGING/public_api.txt:33430: error 4: Added public constructor android.text.style.TtsSpan.TelephoneBuilder.TelephoneBuilder()

out/target/common/obj/PACKAGING/public_api.txt:33431: error 4: Added public constructor android.text.style.TtsSpan.TelephoneBuilder.TelephoneBuilder(String)

out/target/common/obj/PACKAGING/public_api.txt:33438: error 4: Added public constructor android.text.style.TtsSpan.TextBuilder.TextBuilder()

out/target/common/obj/PACKAGING/public_api.txt:33439: error 4: Added public constructor android.text.style.TtsSpan.TextBuilder.TextBuilder(String)

out/target/common/obj/PACKAGING/public_api.txt:33444: error 4: Added public constructor android.text.style.TtsSpan.TimeBuilder.TimeBuilder()

out/target/common/obj/PACKAGING/public_api.txt:33445: error 4: Added public constructor android.text.style.TtsSpan.TimeBuilder.TimeBuilder(int,int)

out/target/common/obj/PACKAGING/public_api.txt:33451: error 4: Added public constructor android.text.style.TtsSpan.VerbatimBuilder.VerbatimBuilder()

out/target/common/obj/PACKAGING/public_api.txt:33452: error 4: Added public constructor android.text.style.TtsSpan.VerbatimBuilder.VerbatimBuilder(String)

out/target/common/obj/PACKAGING/public_api.txt:33725: error 4: Added public constructor android.transition.Transition.EpicenterCallback.EpicenterCallback()

out/target/common/obj/PACKAGING/public_api.txt:34552: error 4: Added public constructor android.view.ActionMode.Callback2.Callback2()

out/target/common/obj/PACKAGING/public_api.txt:34726: error 4: Added public constructor android.view.GestureDetector.SimpleOnGestureListener.SimpleOnGestureListener()

out/target/common/obj/PACKAGING/public_api.txt:34918: error 4: Added public constructor android.view.KeyCharacterMap.KeyData.KeyData()

out/target/common/obj/PACKAGING/public_api.txt:34926: error 4: Added public constructor android.view.KeyCharacterMap.UnavailableException.UnavailableException(String)

out/target/common/obj/PACKAGING/public_api.txt:35309: error 4: Added public constructor android.view.KeyEvent.DispatcherState.DispatcherState()

out/target/common/obj/PACKAGING/public_api.txt:35625: error 4: Added public constructor android.view.MotionEvent.PointerCoords.PointerCoords()

out/target/common/obj/PACKAGING/public_api.txt:35626: error 4: Added public constructor android.view.MotionEvent.PointerCoords.PointerCoords(PointerCoords)

out/target/common/obj/PACKAGING/public_api.txt:35643: error 4: Added public constructor android.view.MotionEvent.PointerProperties.PointerProperties()

out/target/common/obj/PACKAGING/public_api.txt:35644: error 4: Added public constructor android.view.MotionEvent.PointerProperties.PointerProperties(PointerProperties)

out/target/common/obj/PACKAGING/public_api.txt:35701: error 4: Added public constructor android.view.ScaleGestureDetector.SimpleOnScaleGestureListener.SimpleOnScaleGestureListener()

out/target/common/obj/PACKAGING/public_api.txt:35752: error 4: Added public constructor android.view.Surface.OutOfResourcesException.OutOfResourcesException()

out/target/common/obj/PACKAGING/public_api.txt:35753: error 4: Added public constructor android.view.Surface.OutOfResourcesException.OutOfResourcesException(String)

out/target/common/obj/PACKAGING/public_api.txt:35777: error 4: Added public constructor android.view.SurfaceHolder.BadSurfaceTypeException.BadSurfaceTypeException()

out/target/common/obj/PACKAGING/public_api.txt:35778: error 4: Added public constructor android.view.SurfaceHolder.BadSurfaceTypeException.BadSurfaceTypeException(String)

out/target/common/obj/PACKAGING/public_api.txt:36500: error 4: Added public constructor android.view.View.AccessibilityDelegate.AccessibilityDelegate()

out/target/common/obj/PACKAGING/public_api.txt:36513: error 4: Added public constructor android.view.View.BaseSavedState.BaseSavedState(Parcel)

out/target/common/obj/PACKAGING/public_api.txt:36514: error 4: Added public constructor android.view.View.BaseSavedState.BaseSavedState(Parcelable)

out/target/common/obj/PACKAGING/public_api.txt:36519: error 4: Added public constructor android.view.View.DragShadowBuilder.DragShadowBuilder(View)

out/target/common/obj/PACKAGING/public_api.txt:36520: error 4: Added public constructor android.view.View.DragShadowBuilder.DragShadowBuilder()

out/target/common/obj/PACKAGING/public_api.txt:36527: error 4: Added public constructor android.view.View.MeasureSpec.MeasureSpec()

out/target/common/obj/PACKAGING/public_api.txt:36832: error 4: Added public constructor android.view.ViewGroup.LayoutParams.LayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:36833: error 4: Added public constructor android.view.ViewGroup.LayoutParams.LayoutParams(int,int)

out/target/common/obj/PACKAGING/public_api.txt:36834: error 4: Added public constructor android.view.ViewGroup.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:36846: error 4: Added public constructor android.view.ViewGroup.MarginLayoutParams.MarginLayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:36847: error 4: Added public constructor android.view.ViewGroup.MarginLayoutParams.MarginLayoutParams(int,int)

out/target/common/obj/PACKAGING/public_api.txt:36848: error 4: Added public constructor android.view.ViewGroup.MarginLayoutParams.MarginLayoutParams(MarginLayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:36849: error 4: Added public constructor android.view.ViewGroup.MarginLayoutParams.MarginLayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:37293: error 4: Added public constructor android.view.WindowId.FocusObserver.FocusObserver()

out/target/common/obj/PACKAGING/public_api.txt:37325: error 4: Added public constructor android.view.WindowManager.BadTokenException.BadTokenException()

out/target/common/obj/PACKAGING/public_api.txt:37326: error 4: Added public constructor android.view.WindowManager.BadTokenException.BadTokenException(String)

out/target/common/obj/PACKAGING/public_api.txt:37330: error 4: Added public constructor android.view.WindowManager.InvalidDisplayException.InvalidDisplayException()

out/target/common/obj/PACKAGING/public_api.txt:37331: error 4: Added public constructor android.view.WindowManager.InvalidDisplayException.InvalidDisplayException(String)

out/target/common/obj/PACKAGING/public_api.txt:37335: error 4: Added public constructor android.view.WindowManager.LayoutParams.LayoutParams()

out/target/common/obj/PACKAGING/public_api.txt:37336: error 4: Added public constructor android.view.WindowManager.LayoutParams.LayoutParams(int)

out/target/common/obj/PACKAGING/public_api.txt:37337: error 4: Added public constructor android.view.WindowManager.LayoutParams.LayoutParams(int,int)

out/target/common/obj/PACKAGING/public_api.txt:37338: error 4: Added public constructor android.view.WindowManager.LayoutParams.LayoutParams(int,int,int)

out/target/common/obj/PACKAGING/public_api.txt:37339: error 4: Added public constructor android.view.WindowManager.LayoutParams.LayoutParams(int,int,int,int,int)build/core/tasks/apicheck.mk:92: recipe for target 'out/target/common/obj/PACKAGING/checksystemapi-last-timestamp'
failed

make: *** [out/target/common/obj/PACKAGING/checksystemapi-last-timestamp] Error 38

out/target/common/obj/PACKAGING/public_api.txt:37340: error 4: Added public constructor android.view.WindowManager.LayoutParams.LayoutParams(int,int,int,int,int,int,int)

out/target/common/obj/PACKAGING/public_api.txt:37341: error 4: Added public constructor android.view.WindowManager.LayoutParams.LayoutParams(Parcel)

out/target/common/obj/PACKAGING/public_api.txt:37718: error 4: Added public constructor android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction.AccessibilityAction(int,CharSequence)

out/target/common/obj/PACKAGING/public_api.txt:37898: error 4: Added public constructor android.view.accessibility.CaptioningManager.CaptioningChangeListener.CaptioningChangeListener()

out/target/common/obj/PACKAGING/public_api.txt:37994: error 4: Added public constructor android.view.animation.Animation.Description.Description()

out/target/common/obj/PACKAGING/public_api.txt:38079: error 4: Added public constructor android.view.animation.GridLayoutAnimationController.AnimationParameters.AnimationParameters()

out/target/common/obj/PACKAGING/public_api.txt:38118: error 4: Added public constructor android.view.animation.LayoutAnimationController.AnimationParameters.AnimationParameters()

out/target/common/obj/PACKAGING/public_api.txt:38264: error 4: Added public constructor android.view.inputmethod.CursorAnchorInfo.Builder.Builder()

out/target/common/obj/PACKAGING/public_api.txt:38539: error 4: Added public constructor android.view.inputmethod.InputMethodSubtype.InputMethodSubtypeBuilder.InputMethodSubtypeBuilder()

out/target/common/obj/PACKAGING/public_api.txt:38854: error 4: Added public constructor android.webkit.WebChromeClient.FileChooserParams.FileChooserParams()

out/target/common/obj/PACKAGING/public_api.txt:38906: error 4: Added public constructor android.webkit.WebMessagePort.WebMessageCallback.WebMessageCallback()

out/target/common/obj/PACKAGING/public_api.txt:39245: error 4: Added public constructor android.webkit.WebView.VisualStateCallback.VisualStateCallback()

out/target/common/obj/PACKAGING/public_api.txt:39250: error 4: Added public constructor android.webkit.WebView.WebViewTransport.WebViewTransport()

out/target/common/obj/PACKAGING/public_api.txt:39406: error 4: Added public constructor android.widget.AbsListView.LayoutParams.LayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:39407: error 4: Added public constructor android.widget.AbsListView.LayoutParams.LayoutParams(int,int)

out/target/common/obj/PACKAGING/public_api.txt:39408: error 4: Added public constructor android.widget.AbsListView.LayoutParams.LayoutParams(int,int,int)

out/target/common/obj/PACKAGING/public_api.txt:39409: error 4: Added public constructor android.widget.AbsListView.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:39475: error 4: Added public constructor android.widget.AbsoluteLayout.LayoutParams.LayoutParams(int,int,int,int)

out/target/common/obj/PACKAGING/public_api.txt:39476: error 4: Added public constructor android.widget.AbsoluteLayout.LayoutParams.LayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:39477: error 4: Added public constructor android.widget.AbsoluteLayout.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:39501: error 4: Added public constructor android.widget.ActionMenuView.LayoutParams.LayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:39502: error 4: Added public constructor android.widget.ActionMenuView.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:39503: error 4: Added public constructor android.widget.ActionMenuView.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:39504: error 4: Added public constructor android.widget.ActionMenuView.LayoutParams.LayoutParams(int,int)

out/target/common/obj/PACKAGING/public_api.txt:39561: error 4: Added public constructor android.widget.AdapterView.AdapterContextMenuInfo.AdapterContextMenuInfo(View,int,long)

out/target/common/obj/PACKAGING/public_api.txt:40090: error 4: Added public constructor android.widget.ExpandableListView.ExpandableListContextMenuInfo.ExpandableListContextMenuInfo(View,long,long)

out/target/common/obj/PACKAGING/public_api.txt:40126: error 4: Added public constructor android.widget.Filter.FilterResults.FilterResults()

out/target/common/obj/PACKAGING/public_api.txt:40151: error 4: Added public constructor android.widget.FrameLayout.LayoutParams.LayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:40152: error 4: Added public constructor android.widget.FrameLayout.LayoutParams.LayoutParams(int,int)

out/target/common/obj/PACKAGING/public_api.txt:40153: error 4: Added public constructor android.widget.FrameLayout.LayoutParams.LayoutParams(int,int,int)

out/target/common/obj/PACKAGING/public_api.txt:40154: error 4: Added public constructor android.widget.FrameLayout.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40155: error 4: Added public constructor android.widget.FrameLayout.LayoutParams.LayoutParams(MarginLayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40156: error 4: Added public constructor android.widget.FrameLayout.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40179: error 4: Added public constructor android.widget.Gallery.LayoutParams.LayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:40180: error 4: Added public constructor android.widget.Gallery.LayoutParams.LayoutParams(int,int)

out/target/common/obj/PACKAGING/public_api.txt:40181: error 4: Added public constructor android.widget.Gallery.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40232: error 4: Added public constructor android.widget.GridLayout.LayoutParams.LayoutParams(Spec,Spec)

out/target/common/obj/PACKAGING/public_api.txt:40233: error 4: Added public constructor android.widget.GridLayout.LayoutParams.LayoutParams()

out/target/common/obj/PACKAGING/public_api.txt:40234: error 4: Added public constructor android.widget.GridLayout.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40235: error 4: Added public constructor android.widget.GridLayout.LayoutParams.LayoutParams(MarginLayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40236: error 4: Added public constructor android.widget.GridLayout.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40237: error 4: Added public constructor android.widget.GridLayout.LayoutParams.LayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:40430: error 4: Added public constructor android.widget.LinearLayout.LayoutParams.LayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:40431: error 4: Added public constructor android.widget.LinearLayout.LayoutParams.LayoutParams(int,int)

out/target/common/obj/PACKAGING/public_api.txt:40432: error 4: Added public constructor android.widget.LinearLayout.LayoutParams.LayoutParams(int,int,float)

out/target/common/obj/PACKAGING/public_api.txt:40433: error 4: Added public constructor android.widget.LinearLayout.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40434: error 4: Added public constructor android.widget.LinearLayout.LayoutParams.LayoutParams(MarginLayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40435: error 4: Added public constructor android.widget.LinearLayout.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40546: error 4: Added public constructor android.widget.ListView.FixedViewInfo.FixedViewInfo()

out/target/common/obj/PACKAGING/public_api.txt:40590: error 4: Added public constructor android.widget.MultiAutoCompleteTextView.CommaTokenizer.CommaTokenizer()

out/target/common/obj/PACKAGING/public_api.txt:40841: error 4: Added public constructor android.widget.RadioGroup.LayoutParams.LayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:40842: error 4: Added public constructor android.widget.RadioGroup.LayoutParams.LayoutParams(int,int)

out/target/common/obj/PACKAGING/public_api.txt:40843: error 4: Added public constructor android.widget.RadioGroup.LayoutParams.LayoutParams(int,int,float)

out/target/common/obj/PACKAGING/public_api.txt:40844: error 4: Added public constructor android.widget.RadioGroup.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40845: error 4: Added public constructor android.widget.RadioGroup.LayoutParams.LayoutParams(MarginLayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40910: error 4: Added public constructor android.widget.RelativeLayout.LayoutParams.LayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:40911: error 4: Added public constructor android.widget.RelativeLayout.LayoutParams.LayoutParams(int,int)

out/target/common/obj/PACKAGING/public_api.txt:40912: error 4: Added public constructor android.widget.RelativeLayout.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40913: error 4: Added public constructor android.widget.RelativeLayout.LayoutParams.LayoutParams(MarginLayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40914: error 4: Added public constructor android.widget.RelativeLayout.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:40985: error 4: Added public constructor android.widget.RemoteViews.ActionException.ActionException(Exception)

out/target/common/obj/PACKAGING/public_api.txt:40986: error 4: Added public constructor android.widget.RemoteViews.ActionException.ActionException(String)

out/target/common/obj/PACKAGING/public_api.txt:41431: error 4: Added public constructor android.widget.TableLayout.LayoutParams.LayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:41432: error 4: Added public constructor android.widget.TableLayout.LayoutParams.LayoutParams(int,int)

out/target/common/obj/PACKAGING/public_api.txt:41433: error 4: Added public constructor android.widget.TableLayout.LayoutParams.LayoutParams(int,int,float)

out/target/common/obj/PACKAGING/public_api.txt:41434: error 4: Added public constructor android.widget.TableLayout.LayoutParams.LayoutParams()

out/target/common/obj/PACKAGING/public_api.txt:41435: error 4: Added public constructor android.widget.TableLayout.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:41436: error 4: Added public constructor android.widget.TableLayout.LayoutParams.LayoutParams(MarginLayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:41447: error 4: Added public constructor android.widget.TableRow.LayoutParams.LayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:41448: error 4: Added public constructor android.widget.TableRow.LayoutParams.LayoutParams(int,int)

out/target/common/obj/PACKAGING/public_api.txt:41449: error 4: Added public constructor android.widget.TableRow.LayoutParams.LayoutParams(int,int,float)

out/target/common/obj/PACKAGING/public_api.txt:41450: error 4: Added public constructor android.widget.TableRow.LayoutParams.LayoutParams()

out/target/common/obj/PACKAGING/public_api.txt:41451: error 4: Added public constructor android.widget.TableRow.LayoutParams.LayoutParams(int)

out/target/common/obj/PACKAGING/public_api.txt:41452: error 4: Added public constructor android.widget.TableRow.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:41453: error 4: Added public constructor android.widget.TableRow.LayoutParams.LayoutParams(MarginLayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:41817: error 4: Added public constructor android.widget.Toolbar.LayoutParams.LayoutParams(Context,AttributeSet)

out/target/common/obj/PACKAGING/public_api.txt:41818: error 4: Added public constructor android.widget.Toolbar.LayoutParams.LayoutParams(int,int)

out/target/common/obj/PACKAGING/public_api.txt:41819: error 4: Added public constructor android.widget.Toolbar.LayoutParams.LayoutParams(int,int,int)

out/target/common/obj/PACKAGING/public_api.txt:41820: error 4: Added public constructor android.widget.Toolbar.LayoutParams.LayoutParams(int)

out/target/common/obj/PACKAGING/public_api.txt:41821: error 4: Added public constructor android.widget.Toolbar.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:41822: error 4: Added public constructor android.widget.Toolbar.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:41823: error 4: Added public constructor android.widget.Toolbar.LayoutParams.LayoutParams(MarginLayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:41824: error 4: Added public constructor android.widget.Toolbar.LayoutParams.LayoutParams(LayoutParams)

out/target/common/obj/PACKAGING/public_api.txt:42895: error 4: Added public constructor java.io.ObjectInputStream.GetField.GetField()

out/target/common/obj/PACKAGING/public_api.txt:42955: error 4: Added public constructor java.io.ObjectOutputStream.PutField.PutField()

out/target/common/obj/PACKAGING/public_api.txt:43623: error 4: Added public constructor java.lang.Character.Subset.Subset(String)

out/target/common/obj/PACKAGING/public_api.txt:46730: error 4: Added public constructor java.nio.channels.Pipe.SinkChannel.SinkChannel(SelectorProvider)

out/target/common/obj/PACKAGING/public_api.txt:46735: error 4: Added public constructor java.nio.channels.Pipe.SourceChannel.SourceChannel(SelectorProvider)

out/target/common/obj/PACKAGING/public_api.txt:47370: error 4: Added public constructor java.security.KeyStore.Builder.Builder()

out/target/common/obj/PACKAGING/public_api.txt:47379: error 4: Added public constructor java.security.KeyStore.CallbackHandlerProtection.CallbackHandlerProtection(CallbackHandler)

out/target/common/obj/PACKAGING/public_api.txt:47391: error 4: Added public constructor java.security.KeyStore.PasswordProtection.PasswordProtection(char)

out/target/common/obj/PACKAGING/public_api.txt:47398: error 4: Added public constructor java.security.KeyStore.PrivateKeyEntry.PrivateKeyEntry(PrivateKey,Certificate)

out/target/common/obj/PACKAGING/public_api.txt:47408: error 4: Added public constructor java.security.KeyStore.SecretKeyEntry.SecretKeyEntry(SecretKey)

out/target/common/obj/PACKAGING/public_api.txt:47413: error 4: Added public constructor java.security.KeyStore.TrustedCertificateEntry.TrustedCertificateEntry(Certificate)

out/target/common/obj/PACKAGING/public_api.txt:47593: error 4: Added public constructor java.security.Provider.Service.Service(Provider,String,String,String,List,Map)

out/target/common/obj/PACKAGING/public_api.txt:47853: error 4: Added public constructor java.security.cert.CertPath.CertPathRep.CertPathRep(String,byte)

out/target/common/obj/PACKAGING/public_api.txt:47966: error 4: Added public constructor java.security.cert.Certificate.CertificateRep.CertificateRep(String,byte)

out/target/common/obj/PACKAGING/public_api.txt:49802: error 4: Added public constructor java.text.AttributedCharacterIterator.Attribute.Attribute(String)

out/target/common/obj/PACKAGING/public_api.txt:50008: error 4: Added public constructor java.text.DateFormat.Field.Field(String,int)

out/target/common/obj/PACKAGING/public_api.txt:50150: error 4: Added public constructor java.text.Format.Field.Field(String)

out/target/common/obj/PACKAGING/public_api.txt:50175: error 4: Added public constructor java.text.MessageFormat.Field.Field(String)

out/target/common/obj/PACKAGING/public_api.txt:50235: error 4: Added public constructor java.text.NumberFormat.Field.Field(String)

out/target/common/obj/PACKAGING/public_api.txt:50361: error 4: Added public constructor java.util.AbstractMap.SimpleEntry.SimpleEntry(K,V)

out/target/common/obj/PACKAGING/public_api.txt:50362: error 4: Added public constructor java.util.AbstractMap.SimpleEntry.SimpleEntry(Entry)

out/target/common/obj/PACKAGING/public_api.txt:50369: error 4: Added public constructor java.util.AbstractMap.SimpleImmutableEntry.SimpleImmutableEntry(K,V)

out/target/common/obj/PACKAGING/public_api.txt:50370: error 4: Added public constructor java.util.AbstractMap.SimpleImmutableEntry.SimpleImmutableEntry(Entry)

out/target/common/obj/PACKAGING/public_api.txt:51236: error 4: Added public constructor java.util.Locale.Builder.Builder()

out/target/common/obj/PACKAGING/public_api.txt:51467: error 4: Added public constructor java.util.ResourceBundle.Control.Control()

out/target/common/obj/PACKAGING/public_api.txt:52601: error 4: Added public constructor java.util.concurrent.ThreadPoolExecutor.AbortPolicy.AbortPolicy()

out/target/common/obj/PACKAGING/public_api.txt:52606: error 4: Added public constructor java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy.CallerRunsPolicy()

out/target/common/obj/PACKAGING/public_api.txt:52611: error 4: Added public constructor java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy.DiscardOldestPolicy()

out/target/common/obj/PACKAGING/public_api.txt:52616: error 4: Added public constructor java.util.concurrent.ThreadPoolExecutor.DiscardPolicy.DiscardPolicy()

out/target/common/obj/PACKAGING/public_api.txt:52883: error 4: Added public constructor java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject.ConditionObject()

out/target/common/obj/PACKAGING/public_api.txt:52930: error 4: Added public constructor java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.ConditionObject()

out/target/common/obj/PACKAGING/public_api.txt:53025: error 4: Added public constructor java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock.ReadLock(ReentrantReadWriteLock)

******************************

You have tried to change the API from what has been previously approved.

To make these errors go away, you have two choices:

1) You can add "@hide" javadoc comments to the methods, etc. listed in the

errors above.

2) You can update current.txt by executing the following command:

make update-api

To submit the revised current.txt to the main Android repository,

you will need approval.

******************************

out/target/common/obj/PACKAGING/public_api.txt:53035: error 4: Added public constructor java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.WriteLock(ReentrantReadWriteLock)

out/target/common/obj/PACKAGING/public_api.txt:53074: error 4: Added public constructor java.util.jar.Attributes.Name.Name(String)

out/target/common/obj/PACKAGING/public_api.txt:54404: error 4: Added public constructor javax.crypto.spec.PSource.PSpecified.PSpecified(byte)

make: *** 正在等待未完成的任务....

build/core/tasks/apicheck.mk:46: recipe for target 'out/target/common/obj/PACKAGING/checkpublicapi-last-timestamp' failed

make: *** [out/target/common/obj/PACKAGING/checkpublicapi-last-timestamp] Error 38

build/core/tasks/apicheck.mk:108: recipe for target 'out/target/common/obj/PACKAGING/checksystemapi-current-timestamp' failed

make: *** [out/target/common/obj/PACKAGING/checksystemapi-current-timestamp] Error 38

******************************

You have tried to change the API from what has been previously approved.

To make these errors go away, you have two choices:

1) You can add "@hide" javadoc comments to the methods, etc. listed in the

errors above.

2) You can update current.txt by executing the following command:

make update-api

To submit the revised current.txt to the main Android repository,

you will need approval.

******************************

build/core/tasks/apicheck.mk:62: recipe for target 'out/target/common/obj/PACKAGING/checkpublicapi-current-timestamp' failed

make: *** [out/target/common/obj/PACKAGING/checkpublicapi-current-timestamp] Error 38

#### make failed to build some targets (01:00:38 (hh:mm:ss)) ####

按照提示,应该是android6.0 的某些API过时了,编译不通过,也提示通过make update-api 来解决,但是又有error!!!

make update-api

javadoc: 警告 - 找到程序包 "android.media.effect" 的多个程序包注释源

/usr/bin/source/frameworks/base/docs/html/guide/topics/ui/drag-drop.jd:-980: error 101: Unresolved link/see tag "android.view.View.DragShadowBuilder#View.DragShadowBuilder()" in [null]

/usr/bin/source/frameworks/base/docs/html/guide/topics/ui/drag-drop.jd:-980: error 101: Unresolved link/see tag "android.view.View.DragShadowBuilder#View.DragShadowBuilder(View)" in [null]

frameworks/base/core/java/android/app/job/JobScheduler.java:22: error 101: Unresolved link/see tag "android.app.job.JobInfo.Builder#JobInfo.Builder(int,android.content.ComponentName)" in android.app.job.JobScheduler

frameworks/base/core/java/android/view/View.java:19490: error 101: Unresolved link/see tag "#View.DragShadowBuilder()" in android.view.View.DragShadowBuilder

frameworks/base/core/java/android/view/View.java:19490: error 101: Unresolved link/see tag "#View.DragShadowBuilder(View)" in android.view.View.DragShadowBuilder

DroidDoc took 139 sec. to write docs to out/target/common/docs/doc-comment-check

4 个警告

build/core/droiddoc.mk:165: recipe for target 'out/target/common/docs/doc-comment-check-timestamp' failed

make: *** [out/target/common/docs/doc-comment-check-timestamp] Error 45
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: