mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
import dataservices, location, telephony. Bug: 31420007 Change-Id: Ia513f4fec6c2fa2f6346bad79dc8c5280166dcd7
12 lines
239 B
Makefile
Executable File
12 lines
239 B
Makefile
Executable File
# Makefile.am - Automake script for Data-opensource
|
|
#
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = rmnetctl/src rmnetctl/cli
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = data-oss.pc
|
|
EXTRA_DIST = $(pkgconfig_DATA)
|
|
|