Properly use versioned interfaces.
Our stable AIDL interfaces need to use versioned build targets, otherwise getVersion will always return 0, which makes it impossible to support different components at different versions. List generated with: find . -name Android.bp -exec egrep \ -H "(netd|dnsresolver|ipmemorystore|networkstack).aidl.interface(s?)-(java|cpp)" {} \; Bug: 133124190 Test: m Change-Id: Id175c99daa77507847673777a8dcce51897ab17b
Loading
Please register or sign in to comment