This directory contains code for the AOSP Nearby mainline module.
##Directory Structure
apex
framework
jni
native
service
tests
$ source build/envsetup.sh && lunch <TARGET> $ cd packages/modules/Nearby $ aidegen . # This will launch Intellij project for Nearby module.
$ source build/envsetup.sh && lunch <TARGET> $ m com.google.android.tethering.next deapexer $ $ANDROID_BUILD_TOP/out/host/linux-x86/bin/deapexer decompress --input \ ${ANDROID_PRODUCT_OUT}/system/apex/com.google.android.tethering.next.capex \ --output /tmp/tethering.apex $ adb install -r /tmp/tethering.apex