Fix continuous adt-test: UpdaterLogic is now public.
Also remove the make sdkuilib from create_tests_symlinks, since adt-tests actually uses the one from adt. SDK BUG 2177557 Change-Id: Ied6c54f1227ed73fb77723e016559357fc1c1ee2
This commit is contained in:
@@ -44,7 +44,7 @@ elif [ "${HOST:0:6}" == "CYGWIN" ]; then
|
||||
cp -v "prebuilt/common/kxml2/kxml2-2.3.0.jar" "$DEST/"
|
||||
fi
|
||||
|
||||
LIBS="layoutlib.jar sdkuilib.jar"
|
||||
LIBS="layoutlib.jar"
|
||||
NEED_MAKE="yes"
|
||||
for LIB in $LIBS ; do
|
||||
SRCJAR="out/host/windows-x86/framework/$LIB"
|
||||
|
||||
Reference in New Issue
Block a user