1cmake_policy(SET CMP0079 NEW) 2android_add_library( 3 TARGET packet-streamer-client-lib 4 LICENSE Apache-2.0 5 SRC packet_streamer_client.cc packet_streamer_client.h 6 DEPS android-emu-base 7 android-emu-base-headers 8 android-emu-base-process 9 android-emu-metrics 10 android-grpc-interceptors 11 grpc++ 12 packet-streamer-proto-lib 13 protobuf::libprotobuf 14 util-lib) 15target_include_directories(packet-streamer-client-lib PUBLIC ..) 16