summaryrefslogtreecommitdiff
path: root/sdl_android_lib/src/com/smartdevicelink/protocol/SdlPacket.aidl
blob: cec80021e134e243a82b1dc8673c1d0101221766 (plain)
1
2
3
4
5
package com.smartdevicelink.protocol;
//Seems silly, but....welcome to Android
//We need to do this so the compiler knows that the SdlPacket.java class ia actually a parceable object and how to handle it
// when dealing with other interface (aidl) files as well as being able to send them through intents
parcelable SdlPacket;