Skip to content

Commit 35bee5b

Browse files
author
Michael Marucheck
committed
Fixed android-sdk command-line build
Summary: ant appears to expect that included jar files will always live in {root}/libs. There was a stackoverflow answer that suggested you could add a new location in ant.properties, but that does not appear to work with our toolset. So I am moving lib->libs in the project root, and adding a symbolic link in facebook. Test Plan: - build, unit tests Reviewers: clang, mingfli, karthiks Reviewed By: clang CC: msdkexp@ Differential Revision: https://phabricator.fb.com/D563040 Blame Revision: D557204 Task ID: 1432543
1 parent bd693a5 commit 35bee5b

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.idea/libraries/android_support_v4.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

facebook/libs

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../libs
File renamed without changes.

0 commit comments

Comments
 (0)