build/core/product_config.mk:261: WARNING: adding test OTA key
============================================
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=
============================================
make: execvp: /bin/bash: Argument list too long
Compiling SDK Stubs: out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes.jar
out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/android/view/inputmethod/MutableInputConnectionWrapper.java:5: cannot find symbol
symbol : constructor InputConnectionWrapper(android.view.inputmethod.InputConnection)
location: class android.view.inputmethod.InputConnectionWrapper
public MutableInputConnectionWrapper(android.view.inputmethod.InputConnection base) { super((android.view.inputmethod.InputConnection)null); throw new RuntimeException("Stub!"); }
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
make: *** [out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes.jar] Error 41
repo sync 했는데 이런에러가 납니다.
make clean 한 후 make 하니까 정상적으로 되더군요
이전 것과 추가된 부분이 컴파일 안된던거 같습니다.