I downloaded and extracted the zip sdk from linkedin's site and copied linkedin-sdk into my project's lib folder. Then in settings.gradle I added:
include ':libs:linkedin-sdk'
Per How to add linkedin-sdk to a new android studio project? adding
compile fileTree(':libs:linkedin-sdk')
should do the trick. But when I expand the linkedin-sdk folder I just see linkedin-sdk.iml