Modify files
This commit is contained in:
11
Android.bp
11
Android.bp
@@ -1,8 +1,9 @@
|
|||||||
java_library {
|
java_library {
|
||||||
name: "framework-oxmc",
|
name: "pawlet-device",
|
||||||
srcs: ["core/java/**/*.java"],
|
srcs: ["core/java/**/*.java"],
|
||||||
libs: ["framework"],
|
libs: ["core-libart"],
|
||||||
sdk_version: "system_current",
|
sdk_version: "current",
|
||||||
installable: false,
|
installable: true,
|
||||||
visibility: ["//frameworks/base/..."],
|
product_specific: true,
|
||||||
|
visibility: ["//packages/apps/..."],
|
||||||
}
|
}
|
@@ -1,6 +1,6 @@
|
|||||||
# OxmcEnvironment Framework API
|
# OxmcEnvironment Framework API
|
||||||
|
|
||||||
This repository contains the PawletOS framework API under `android.os.oxmc`.
|
This repository contains the PawletOS framework API under `pawletos.oxmc`.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@@ -9,4 +9,4 @@ This repository contains the PawletOS framework API under `android.os.oxmc`.
|
|||||||
- Access to branding, codename, welcome message
|
- Access to branding, codename, welcome message
|
||||||
- Designed for apps and system code to import via:
|
- Designed for apps and system code to import via:
|
||||||
```java
|
```java
|
||||||
import android.os.oxmc.OxmcEnvironment;
|
import pawlet.oxmc.OxmcEnvironment;
|
@@ -1,4 +1,4 @@
|
|||||||
package android.os.oxmc;
|
package pawletos.device;
|
||||||
|
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.os.Build;
|
import android.os.Build;
|
Reference in New Issue
Block a user