mirror of https://github.com/mstorsjo/fdk-aac.git
Add NOTICE file. Rework make file so it appears in settings.
Change-Id: I9d9ab17121e2db58f8a4ba4b40e14cab629b1a7e
This commit is contained in:
parent
18a4af02f9
commit
2bda038c16
59
Android.mk
59
Android.mk
|
@ -1 +1,58 @@
|
||||||
include $(call all-subdir-makefiles)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
|
aacdec_sources := $(wildcard $(LOCAL_PATH)/libAACdec/src/*.cpp)
|
||||||
|
aacdec_sources := $(aacdec_sources:$(LOCAL_PATH)/libAACdec/src/%=%)
|
||||||
|
|
||||||
|
aacenc_sources := $(wildcard $(LOCAL_PATH)/libAACenc/src/*.cpp)
|
||||||
|
aacenc_sources := $(aacenc_sources:$(LOCAL_PATH)/libAACenc/src/%=%)
|
||||||
|
|
||||||
|
pcmutils_sources := $(wildcard $(LOCAL_PATH)/libPCMutils/src/*.cpp)
|
||||||
|
pcmutils_sources := $(pcmutils_sources:$(LOCAL_PATH)/libPCMutils/src/%=%)
|
||||||
|
|
||||||
|
fdk_sources := $(wildcard $(LOCAL_PATH)/libFDK/src/*.cpp)
|
||||||
|
fdk_sources := $(fdk_sources:$(LOCAL_PATH)/libFDK/src/%=%)
|
||||||
|
|
||||||
|
sys_sources := $(wildcard $(LOCAL_PATH)/libSYS/src/*.cpp)
|
||||||
|
sys_sources := $(sys_sources:$(LOCAL_PATH)/libSYS/src/%=%)
|
||||||
|
|
||||||
|
mpegtpdec_sources := $(wildcard $(LOCAL_PATH)/libMpegTPDec/src/*.cpp)
|
||||||
|
mpegtpdec_sources := $(mpegtpdec_sources:$(LOCAL_PATH)/libMpegTPDec/src/%=%)
|
||||||
|
|
||||||
|
mpegtpenc_sources := $(wildcard $(LOCAL_PATH)/libMpegTPEnc/src/*.cpp)
|
||||||
|
mpegtpenc_sources := $(mpegtpenc_sources:$(LOCAL_PATH)/libMpegTPEnc/src/%=%)
|
||||||
|
|
||||||
|
sbrdec_sources := $(wildcard $(LOCAL_PATH)/libSBRdec/src/*.cpp)
|
||||||
|
sbrdec_sources := $(sbrdec_sources:$(LOCAL_PATH)/libSBRdec/src/%=%)
|
||||||
|
|
||||||
|
sbrenc_sources := $(wildcard $(LOCAL_PATH)/libSBRenc/src/*.cpp)
|
||||||
|
sbrenc_sources := $(sbrenc_sources:$(LOCAL_PATH)/libSBRenc/src/%=%)
|
||||||
|
|
||||||
|
LOCAL_SRC_FILES := \
|
||||||
|
$(aacdec_sources:%=libAACdec/src/%) \
|
||||||
|
$(aacenc_sources:%=libAACenc/src/%) \
|
||||||
|
$(pcmutils_sources:%=libPCMutils/src/%) \
|
||||||
|
$(fdk_sources:%=libFDK/src/%) \
|
||||||
|
$(sys_sources:%=libSYS/src/%) \
|
||||||
|
$(mpegtpdec_sources:%=libMpegTPDec/src/%) \
|
||||||
|
$(mpegtpenc_sources:%=libMpegTPEnc/src/%) \
|
||||||
|
$(sbrdec_sources:%=libSBRdec/src/%) \
|
||||||
|
$(sbrenc_sources:%=libSBRenc/src/%)
|
||||||
|
|
||||||
|
LOCAL_CFLAGS := -DANDROID
|
||||||
|
LOCAL_CFLAGS += -Wno-sequence-point -Wno-extra
|
||||||
|
|
||||||
|
LOCAL_C_INCLUDES := \
|
||||||
|
$(LOCAL_PATH)/libAACdec/include \
|
||||||
|
$(LOCAL_PATH)/libAACenc/include \
|
||||||
|
$(LOCAL_PATH)/libPCMutils/include \
|
||||||
|
$(LOCAL_PATH)/libFDK/include \
|
||||||
|
$(LOCAL_PATH)/libSYS/include \
|
||||||
|
$(LOCAL_PATH)/libMpegTPDec/include \
|
||||||
|
$(LOCAL_PATH)/libMpegTPEnc/include \
|
||||||
|
$(LOCAL_PATH)/libSBRdec/include \
|
||||||
|
$(LOCAL_PATH)/libSBRenc/include
|
||||||
|
|
||||||
|
LOCAL_MODULE:= libFraunhoferAAC
|
||||||
|
|
||||||
|
include $(BUILD_STATIC_LIBRARY)
|
||||||
|
|
|
@ -0,0 +1,80 @@
|
||||||
|
Software License for The Fraunhofer FDK AAC Codec Library for Android
|
||||||
|
|
||||||
|
© Copyright 1995 - 2012 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
1. INTRODUCTION
|
||||||
|
The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
|
||||||
|
the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
|
||||||
|
This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
|
||||||
|
|
||||||
|
AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
|
||||||
|
audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
|
||||||
|
independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
|
||||||
|
of the MPEG specifications.
|
||||||
|
|
||||||
|
Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
|
||||||
|
may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
|
||||||
|
individually for the purpose of encoding or decoding bit streams in products that are compliant with
|
||||||
|
the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
|
||||||
|
these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
|
||||||
|
software may already be covered under those patent licenses when it is used for those licensed purposes only.
|
||||||
|
|
||||||
|
Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
|
||||||
|
are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
|
||||||
|
applications information and documentation.
|
||||||
|
|
||||||
|
2. COPYRIGHT LICENSE
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without modification, are permitted without
|
||||||
|
payment of copyright license fees provided that you satisfy the following conditions:
|
||||||
|
|
||||||
|
You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
|
||||||
|
your modifications thereto in source code form.
|
||||||
|
|
||||||
|
You must retain the complete text of this software license in the documentation and/or other materials
|
||||||
|
provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
|
||||||
|
You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
|
||||||
|
modifications thereto to recipients of copies in binary form.
|
||||||
|
|
||||||
|
The name of Fraunhofer may not be used to endorse or promote products derived from this library without
|
||||||
|
prior written permission.
|
||||||
|
|
||||||
|
You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
|
||||||
|
software or your modifications thereto.
|
||||||
|
|
||||||
|
Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
|
||||||
|
and the date of any change. For modified versions of the FDK AAC Codec, the term
|
||||||
|
"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
|
||||||
|
"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
|
||||||
|
|
||||||
|
3. NO PATENT LICENSE
|
||||||
|
|
||||||
|
NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
|
||||||
|
ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
|
||||||
|
respect to this software.
|
||||||
|
|
||||||
|
You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
|
||||||
|
by appropriate patent licenses.
|
||||||
|
|
||||||
|
4. DISCLAIMER
|
||||||
|
|
||||||
|
This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
|
||||||
|
"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
|
||||||
|
of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
|
CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
|
||||||
|
including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
|
||||||
|
or business interruption, however caused and on any theory of liability, whether in contract, strict
|
||||||
|
liability, or tort (including negligence), arising in any way out of the use of this software, even if
|
||||||
|
advised of the possibility of such damage.
|
||||||
|
|
||||||
|
5. CONTACT INFORMATION
|
||||||
|
|
||||||
|
Fraunhofer Institute for Integrated Circuits IIS
|
||||||
|
Attention: Audio and Multimedia Departments - FDK AAC LL
|
||||||
|
Am Wolfsmantel 33
|
||||||
|
91058 Erlangen, Germany
|
||||||
|
|
||||||
|
www.iis.fraunhofer.de/amm
|
||||||
|
amm-info@iis.fraunhofer.de
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
include $(call all-subdir-makefiles)
|
|
|
@ -1,39 +0,0 @@
|
||||||
LOCAL_PATH:= $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_SRC_FILES := \
|
|
||||||
aacdec_drc.cpp \
|
|
||||||
aacdec_hcr.cpp \
|
|
||||||
aacdecoder.cpp \
|
|
||||||
aacdec_pns.cpp \
|
|
||||||
aac_ram.cpp \
|
|
||||||
block.cpp \
|
|
||||||
channelinfo.cpp \
|
|
||||||
ldfiltbank.cpp \
|
|
||||||
rvlcbit.cpp \
|
|
||||||
rvlc.cpp \
|
|
||||||
aacdec_hcr_bit.cpp \
|
|
||||||
aacdec_hcrs.cpp \
|
|
||||||
aacdecoder_lib.cpp \
|
|
||||||
aacdec_tns.cpp \
|
|
||||||
aac_rom.cpp \
|
|
||||||
channel.cpp \
|
|
||||||
conceal.cpp \
|
|
||||||
pulsedata.cpp \
|
|
||||||
rvlcconceal.cpp \
|
|
||||||
stereo.cpp
|
|
||||||
|
|
||||||
LOCAL_CFLAGS := -DANDROID
|
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
|
||||||
$(LOCAL_PATH) \
|
|
||||||
$(LOCAL_PATH)/../include \
|
|
||||||
$(LOCAL_PATH)/../../libPCMutils/include \
|
|
||||||
$(LOCAL_PATH)/../../libFDK/include \
|
|
||||||
$(LOCAL_PATH)/../../libSYS/include \
|
|
||||||
$(LOCAL_PATH)/../../libMpegTPDec/include \
|
|
||||||
$(LOCAL_PATH)/../../libSBRdec/include
|
|
||||||
|
|
||||||
LOCAL_MODULE:= libAACdec
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
|
|
@ -1 +0,0 @@
|
||||||
include $(call all-subdir-makefiles)
|
|
|
@ -1,53 +0,0 @@
|
||||||
LOCAL_PATH:= $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_SRC_FILES := \
|
|
||||||
aacenc.cpp \
|
|
||||||
aacEnc_ram.cpp \
|
|
||||||
band_nrg.cpp \
|
|
||||||
block_switch.cpp \
|
|
||||||
grp_data.cpp \
|
|
||||||
metadata_main.cpp \
|
|
||||||
pre_echo_control.cpp \
|
|
||||||
quantize.cpp \
|
|
||||||
tonality.cpp \
|
|
||||||
aacenc_hcr.cpp \
|
|
||||||
aacEnc_rom.cpp \
|
|
||||||
bandwidth.cpp \
|
|
||||||
channel_map.cpp \
|
|
||||||
intensity.cpp \
|
|
||||||
ms_stereo.cpp \
|
|
||||||
psy_configuration.cpp \
|
|
||||||
sf_estim.cpp \
|
|
||||||
transform.cpp \
|
|
||||||
aacenc_lib.cpp \
|
|
||||||
aacenc_tns.cpp \
|
|
||||||
bit_cnt.cpp \
|
|
||||||
chaosmeasure.cpp \
|
|
||||||
line_pe.cpp \
|
|
||||||
noisedet.cpp \
|
|
||||||
psy_main.cpp \
|
|
||||||
spreading.cpp \
|
|
||||||
aacenc_pns.cpp \
|
|
||||||
adj_thr.cpp \
|
|
||||||
bitenc.cpp \
|
|
||||||
dyn_bits.cpp \
|
|
||||||
metadata_compressor.cpp \
|
|
||||||
pnsparam.cpp \
|
|
||||||
qc_main.cpp \
|
|
||||||
tns_param.cpp
|
|
||||||
|
|
||||||
LOCAL_CFLAGS := -DANDROID
|
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
|
||||||
$(LOCAL_PATH) \
|
|
||||||
$(LOCAL_PATH)/../include \
|
|
||||||
$(LOCAL_PATH)/../../libPCMutils/include \
|
|
||||||
$(LOCAL_PATH)/../../libFDK/include \
|
|
||||||
$(LOCAL_PATH)/../../libSYS/include \
|
|
||||||
$(LOCAL_PATH)/../../libMpegTPEnc/include \
|
|
||||||
$(LOCAL_PATH)/../../libSBRenc/include
|
|
||||||
|
|
||||||
LOCAL_MODULE:= libAACenc
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
|
|
@ -1 +0,0 @@
|
||||||
include $(call all-subdir-makefiles)
|
|
|
@ -1,31 +0,0 @@
|
||||||
LOCAL_PATH:= $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_SRC_FILES := \
|
|
||||||
autocorr2nd.cpp \
|
|
||||||
dct.cpp \
|
|
||||||
FDK_bitbuffer.cpp \
|
|
||||||
FDK_core.cpp \
|
|
||||||
FDK_crc.cpp \
|
|
||||||
FDK_hybrid.cpp \
|
|
||||||
FDK_tools_rom.cpp \
|
|
||||||
FDK_trigFcts.cpp \
|
|
||||||
fft.cpp \
|
|
||||||
fft_rad2.cpp \
|
|
||||||
fixpoint_math.cpp \
|
|
||||||
mdct.cpp \
|
|
||||||
qmf.cpp \
|
|
||||||
scale.cpp
|
|
||||||
|
|
||||||
LOCAL_CFLAGS := -DANDROID
|
|
||||||
|
|
||||||
LOCAL_CFLAGS += -Wno-sequence-point -Wno-extra
|
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
|
||||||
$(LOCAL_PATH) \
|
|
||||||
$(LOCAL_PATH)/../include \
|
|
||||||
$(LOCAL_PATH)/../../libSYS/include \
|
|
||||||
|
|
||||||
LOCAL_MODULE:= libFDK
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
|
|
@ -1 +0,0 @@
|
||||||
include $(call all-subdir-makefiles)
|
|
|
@ -1,21 +0,0 @@
|
||||||
LOCAL_PATH:= $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_SRC_FILES := \
|
|
||||||
tpdec_adif.cpp \
|
|
||||||
tpdec_adts.cpp \
|
|
||||||
tpdec_asc.cpp \
|
|
||||||
tpdec_latm.cpp \
|
|
||||||
tpdec_lib.cpp
|
|
||||||
|
|
||||||
LOCAL_CFLAGS := -DANDROID
|
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
|
||||||
$(LOCAL_PATH) \
|
|
||||||
$(LOCAL_PATH)/../include \
|
|
||||||
$(LOCAL_PATH)/../../libSYS/include \
|
|
||||||
$(LOCAL_PATH)/../../libFDK/include
|
|
||||||
|
|
||||||
LOCAL_MODULE:= libMpegTPDec
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
|
|
@ -1 +0,0 @@
|
||||||
include $(call all-subdir-makefiles)
|
|
|
@ -1,21 +0,0 @@
|
||||||
LOCAL_PATH:= $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_SRC_FILES := \
|
|
||||||
tpenc_adif.cpp \
|
|
||||||
tpenc_adts.cpp \
|
|
||||||
tpenc_asc.cpp \
|
|
||||||
tpenc_latm.cpp \
|
|
||||||
tpenc_lib.cpp
|
|
||||||
|
|
||||||
LOCAL_CFLAGS := -DANDROID
|
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
|
||||||
$(LOCAL_PATH) \
|
|
||||||
$(LOCAL_PATH)/../include \
|
|
||||||
$(LOCAL_PATH)/../../libSYS/include \
|
|
||||||
$(LOCAL_PATH)/../../libFDK/include
|
|
||||||
|
|
||||||
LOCAL_MODULE:= libMpegTPEnc
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
|
|
@ -1 +0,0 @@
|
||||||
include $(call all-subdir-makefiles)
|
|
|
@ -1,16 +0,0 @@
|
||||||
LOCAL_PATH:= $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_SRC_FILES := pcmutils_lib.cpp
|
|
||||||
|
|
||||||
LOCAL_CFLAGS := -DANDROID
|
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
|
||||||
$(LOCAL_PATH) \
|
|
||||||
$(LOCAL_PATH)/../include \
|
|
||||||
$(LOCAL_PATH)/../../libSYS/include \
|
|
||||||
$(LOCAL_PATH)/../../libFDK/include
|
|
||||||
|
|
||||||
LOCAL_MODULE:= libPCMutils
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
|
|
@ -1 +0,0 @@
|
||||||
include $(call all-subdir-makefiles)
|
|
|
@ -1,32 +0,0 @@
|
||||||
LOCAL_PATH:= $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_SRC_FILES := \
|
|
||||||
env_calc.cpp \
|
|
||||||
env_dec.cpp \
|
|
||||||
env_extr.cpp \
|
|
||||||
huff_dec.cpp \
|
|
||||||
lpp_tran.cpp \
|
|
||||||
psbitdec.cpp \
|
|
||||||
psdec.cpp \
|
|
||||||
psdec_hybrid.cpp \
|
|
||||||
sbr_crc.cpp \
|
|
||||||
sbr_deb.cpp \
|
|
||||||
sbr_dec.cpp \
|
|
||||||
sbrdec_drc.cpp \
|
|
||||||
sbrdec_freq_sca.cpp \
|
|
||||||
sbrdecoder.cpp \
|
|
||||||
sbr_ram.cpp \
|
|
||||||
sbr_rom.cpp
|
|
||||||
|
|
||||||
LOCAL_CFLAGS := -DANDROID
|
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
|
||||||
$(LOCAL_PATH) \
|
|
||||||
$(LOCAL_PATH)/../include \
|
|
||||||
$(LOCAL_PATH)/../../libFDK/include \
|
|
||||||
$(LOCAL_PATH)/../../libSYS/include
|
|
||||||
|
|
||||||
LOCAL_MODULE:= libSBRdec
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
|
|
@ -1 +0,0 @@
|
||||||
include $(call all-subdir-makefiles)
|
|
|
@ -1,35 +0,0 @@
|
||||||
LOCAL_PATH:= $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_SRC_FILES := \
|
|
||||||
bit_sbr.cpp \
|
|
||||||
env_bit.cpp \
|
|
||||||
fram_gen.cpp \
|
|
||||||
mh_det.cpp \
|
|
||||||
ps_bitenc.cpp \
|
|
||||||
ps_encode.cpp \
|
|
||||||
resampler.cpp \
|
|
||||||
sbr_encoder.cpp \
|
|
||||||
sbr_ram.cpp \
|
|
||||||
ton_corr.cpp \
|
|
||||||
code_env.cpp \
|
|
||||||
env_est.cpp \
|
|
||||||
invf_est.cpp \
|
|
||||||
nf_est.cpp \
|
|
||||||
ps_main.cpp \
|
|
||||||
sbrenc_freq_sca.cpp \
|
|
||||||
sbr_misc.cpp \
|
|
||||||
sbr_rom.cpp \
|
|
||||||
tran_det.cpp
|
|
||||||
|
|
||||||
LOCAL_CFLAGS := -DANDROID
|
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
|
||||||
$(LOCAL_PATH) \
|
|
||||||
$(LOCAL_PATH)/../include \
|
|
||||||
$(LOCAL_PATH)/../../libFDK/include \
|
|
||||||
$(LOCAL_PATH)/../../libSYS/include
|
|
||||||
|
|
||||||
LOCAL_MODULE:= libSBRenc
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
|
|
@ -1 +0,0 @@
|
||||||
include $(call all-subdir-makefiles)
|
|
|
@ -1,19 +0,0 @@
|
||||||
LOCAL_PATH:= $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_SRC_FILES := \
|
|
||||||
cmdl_parser.cpp \
|
|
||||||
conv_string.cpp \
|
|
||||||
genericStds.cpp \
|
|
||||||
wav_file.cpp
|
|
||||||
|
|
||||||
LOCAL_CFLAGS := -DANDROID
|
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
|
||||||
$(LOCAL_PATH) \
|
|
||||||
$(LOCAL_PATH)/../include \
|
|
||||||
$(LOCAL_PATH)/../../libFDK/include
|
|
||||||
|
|
||||||
LOCAL_MODULE:= libSYS
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
|
Loading…
Reference in New Issue