Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
A
android_prebuilts_prebuiltapks
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
e
os
android_prebuilts_prebuiltapks
Commits
b520c30a
Commit
b520c30a
authored
Sep 17, 2018
by
Romain Hunault
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Android Maps API v1
parent
cf8f42d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
0 deletions
+39
-0
Android.mk
android_frameworks_mapsv1/Android.mk
+19
-0
com.google.android.maps.jar
android_frameworks_mapsv1/com.google.android.maps.jar
+0
-0
com.google.android.maps.xml
android_frameworks_mapsv1/com.google.android.maps.xml
+20
-0
No files found.
android_frameworks_mapsv1/Android.mk
0 → 100644
View file @
b520c30a
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := com.google.android.maps.xml
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
LOCAL_SRC_FILES := $(LOCAL_MODULE)
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := MapsApiV1
LOCAL_SRC_FILES := com.google.android.maps.jar
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_MODULE_SUFFIX := $(COMMON_JAVA_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_REQUIRED_MODULES := com.google.android.maps.xml
include $(BUILD_PREBUILT)
android_frameworks_mapsv1/com.google.android.maps.jar
0 → 100644
View file @
b520c30a
File added
android_frameworks_mapsv1/com.google.android.maps.xml
0 → 100644
View file @
b520c30a
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<permissions>
<library
name=
"com.google.android.maps"
file=
"/system/framework/com.google.android.maps.jar"
/>
</permissions>
Romain Hunault
@rhunault
mentioned in commit
bd1a183a
·
Sep 18, 2018
mentioned in commit
bd1a183a
mentioned in commit bd1a183a40ef558fc2eebc6d8399bc3d6bd12ea3
Toggle commit list
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