fix few things
This commit is contained in:
@@ -139,6 +139,9 @@ android {
|
||||
srcDir 'android'
|
||||
srcDir 'core'
|
||||
srcDir 'plugins'
|
||||
exclude 'console/ConsoleSonarPlugin.java'
|
||||
exclude 'console/JavascriptEnvironment.java'
|
||||
exclude 'console/JavascriptSession.java'
|
||||
}
|
||||
res {
|
||||
srcDir 'res'
|
||||
|
||||
4
android/res/values/ids.xml
Normal file
4
android/res/values/ids.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<item type="id" name="sonar_skip_view_traversal"/>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
// Copyright (c) 2004-present, Facebook, Inc.
|
||||
|
||||
// This source code is licensed under the MIT license found in the
|
||||
// LICENSE file in the root directory of this source tree.
|
||||
|
||||
package com.facebook.jni;
|
||||
import com.facebook.proguard.annotations.DoNotStrip;
|
||||
|
||||
@DoNotStrip
|
||||
public abstract class HybridClassBase extends HybridData {
|
||||
}
|
||||
Reference in New Issue
Block a user