Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iotivity-lite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
41
Issues
41
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IoTivity
iotivity-lite
Commits
507da634
Commit
507da634
authored
Sep 02, 2020
by
Kishen Maloor
Browse files
Options
Browse Files
Download
Plain Diff
port\android:add sdi resource to the build
Signed-off-by:
Kishen Maloor
<
kishen.maloor@intel.com
>
parents
cf5ad57b
ba50c1b2
Pipeline
#1109
passed with stage
in 5 minutes and 9 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
port/android/Makefile
port/android/Makefile
+1
-1
No files found.
port/android/Makefile
View file @
507da634
...
...
@@ -214,7 +214,7 @@ endif
ifneq
($(SECURE),0)
SRC
+=
$(
addprefix
../../security/,oc_acl.c oc_cred.c oc_doxm.c oc_pstat.c
\
oc_tls.c oc_svr.c oc_store.c oc_pki.c oc_certs.c oc_sp.c oc_keypair.c
\
oc_csr.c oc_roles.c oc_sdi.c
)
oc_csr.c oc_roles.c oc_
audit.c oc_ael.c oc_
sdi.c
)
SRC_COMMON
+=
$(
addprefix
$(MBEDTLS_DIR)
/library/,
${DTLS}
)
MBEDTLS_PATCH_FILE
:=
$(MBEDTLS_DIR)
/patched.txt
ifeq
($(DYNAMIC),1)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment